Spaces:
Sleeping
Sleeping
JCai
commited on
Commit
·
14ee039
1
Parent(s):
60eea81
model runtime error, trying to fix it
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def respond(
|
|
89 |
for message_chunk in client.chat_completion(
|
90 |
messages,
|
91 |
max_tokens=max_tokens,
|
92 |
-
stream=
|
93 |
temperature=temperature,
|
94 |
top_p=top_p,
|
95 |
):
|
|
|
89 |
for message_chunk in client.chat_completion(
|
90 |
messages,
|
91 |
max_tokens=max_tokens,
|
92 |
+
stream=False,
|
93 |
temperature=temperature,
|
94 |
top_p=top_p,
|
95 |
):
|