Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
| 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:
|