Spaces:
Sleeping
Sleeping
Commit
·
7450560
1
Parent(s):
2e2fafa
app.py
CHANGED
@@ -25,7 +25,7 @@ def respond(
|
|
25 |
|
26 |
for message in client.chat_completion(
|
27 |
messages,
|
28 |
-
max_tokens=
|
29 |
stream=True,
|
30 |
temperature=0.7,
|
31 |
top_p=0.95,
|
|
|
25 |
|
26 |
for message in client.chat_completion(
|
27 |
messages,
|
28 |
+
max_tokens=60,
|
29 |
stream=True,
|
30 |
temperature=0.7,
|
31 |
top_p=0.95,
|