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