Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def respond(message, history):
|
|
26 |
# iterate through each message in the method
|
27 |
for message in client.chat_completion(
|
28 |
messages,
|
29 |
-
max_tokens=
|
30 |
temperature=.1,
|
31 |
stream=True):
|
32 |
|
|
|
26 |
# iterate through each message in the method
|
27 |
for message in client.chat_completion(
|
28 |
messages,
|
29 |
+
max_tokens=500,
|
30 |
temperature=.1,
|
31 |
stream=True):
|
32 |
|