diego2317 commited on
Commit
179bd30
·
verified ·
1 Parent(s): 091eefb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=10
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