Spaces:
Sleeping
Sleeping
luo commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ def respond(message, history):
|
|
| 14 |
response = client.chat_completion(
|
| 15 |
messages,
|
| 16 |
max_tokens = 800,
|
| 17 |
-
temperature = 1.1
|
| 18 |
top_p = 0.5
|
| 19 |
)
|
| 20 |
|
|
|
|
| 14 |
response = client.chat_completion(
|
| 15 |
messages,
|
| 16 |
max_tokens = 800,
|
| 17 |
+
temperature = 1.1,
|
| 18 |
top_p = 0.5
|
| 19 |
)
|
| 20 |
|