Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def respond(
|
|
72 |
response = ""
|
73 |
for message in client.chat_completion(
|
74 |
messages,
|
75 |
-
max_tokens=
|
76 |
stream=True,
|
77 |
temperature=0.95,
|
78 |
top_p=0.7,
|
|
|
72 |
response = ""
|
73 |
for message in client.chat_completion(
|
74 |
messages,
|
75 |
+
max_tokens=1024,
|
76 |
stream=True,
|
77 |
temperature=0.95,
|
78 |
top_p=0.7,
|