Spaces:
Runtime error
Runtime error
hi
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ def respond(message, history):
|
|
| 13 |
response = ""
|
| 14 |
for messages in client.chat_completion(
|
| 15 |
messages,
|
| 16 |
-
max_tokens = 100
|
| 17 |
stream = True):
|
| 18 |
# temperature = 0.8
|
| 19 |
# top_p = 0.65
|
|
|
|
| 13 |
response = ""
|
| 14 |
for messages in client.chat_completion(
|
| 15 |
messages,
|
| 16 |
+
max_tokens = 100,
|
| 17 |
stream = True):
|
| 18 |
# temperature = 0.8
|
| 19 |
# top_p = 0.65
|