Cecilia-CC136 commited on
Commit
17cf521
·
verified ·
1 Parent(s): 511b1cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def generate_response(user_query, relevant_segment):
80
  top_p=1,
81
  frequency_penalty=0,
82
  presence_penalty=0
83
- stop=None
84
  )
85
 
86
  # Extract the response text
 
80
  top_p=1,
81
  frequency_penalty=0,
82
  presence_penalty=0
83
+ stop=None,
84
  )
85
 
86
  # Extract the response text