Chad commited on
Commit ·
0dfa905
1
Parent(s): 638d862
please im tired
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def generate_reply(user_input, chat_history):
|
|
| 33 |
temperature=0.7,
|
| 34 |
max_completion_tokens=512,
|
| 35 |
top_p=0.95,
|
| 36 |
-
stream=
|
| 37 |
stop=None,
|
| 38 |
)
|
| 39 |
reply = response.choices[0].message.content or "..."
|
|
|
|
| 33 |
temperature=0.7,
|
| 34 |
max_completion_tokens=512,
|
| 35 |
top_p=0.95,
|
| 36 |
+
stream=False,
|
| 37 |
stop=None,
|
| 38 |
)
|
| 39 |
reply = response.choices[0].message.content or "..."
|