Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ def respond(message, history):
|
|
| 15 |
|
| 16 |
response = client.chat_completion(
|
| 17 |
messages,
|
| 18 |
-
max_tokens=
|
| 19 |
temperature=0
|
| 20 |
top_p=.9
|
| 21 |
#change the length
|
|
|
|
| 15 |
|
| 16 |
response = client.chat_completion(
|
| 17 |
messages,
|
| 18 |
+
max_tokens=100
|
| 19 |
temperature=0
|
| 20 |
top_p=.9
|
| 21 |
#change the length
|