khurrameycon commited on
Commit
57cdf69
·
verified ·
1 Parent(s): d052d62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ def predict_text(text):
167
  temperature=0.7,
168
  max_tokens=2048,
169
  top_p=1,
170
- stream=True
171
  )
172
 
173
  for chunk in completion:
 
167
  temperature=0.7,
168
  max_tokens=2048,
169
  top_p=1,
170
+ stream=False
171
  )
172
 
173
  for chunk in completion: