Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,6 @@ 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 |
)
|
84 |
|
85 |
# Extract the response text
|