TheBobBob commited on
Commit
9952114
·
verified ·
1 Parent(s): f564a99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ def create_vector_db(final_items):
167
  temperature = 0.1,
168
  top_p = 0.9,
169
  top_k = 20,
170
- stream=True,
171
  )
172
 
173
  final_result = output["choices"][0]["text"]
 
167
  temperature = 0.1,
168
  top_p = 0.9,
169
  top_k = 20,
170
+ stream=False,
171
  )
172
 
173
  final_result = output["choices"][0]["text"]