Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ if __name__ == "__main__":
|
|
19 |
model="gpt-4o-mini",
|
20 |
temperature=0,
|
21 |
max_output_tokens=600,
|
22 |
-
max_num_results=
|
23 |
)
|
24 |
demo = chatbot_interface.create_interface()
|
25 |
|
|
|
19 |
model="gpt-4o-mini",
|
20 |
temperature=0,
|
21 |
max_output_tokens=600,
|
22 |
+
max_num_results=5
|
23 |
)
|
24 |
demo = chatbot_interface.create_interface()
|
25 |
|