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