Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def respond(message, history):
|
|
25 |
)
|
26 |
|
27 |
response = client.chat_completion(
|
28 |
-
messages, max_tokens=
|
29 |
)
|
30 |
# temperature and top_p control randomness
|
31 |
|
|
|
25 |
)
|
26 |
|
27 |
response = client.chat_completion(
|
28 |
+
messages, max_tokens=1000, temperature=1.3, top_p=0.3
|
29 |
)
|
30 |
# temperature and top_p control randomness
|
31 |
|