Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def respond(
|
|
31 |
for message in client.chat_completion(
|
32 |
messages,
|
33 |
max_tokens=max_tokens,
|
34 |
-
|
35 |
temperature=temperature,
|
36 |
top_p=top_p
|
37 |
):
|
|
|
31 |
for message in client.chat_completion(
|
32 |
messages,
|
33 |
max_tokens=max_tokens,
|
34 |
+
stream=True,
|
35 |
temperature=temperature,
|
36 |
top_p=top_p
|
37 |
):
|