Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -91,8 +91,8 @@ class MyClient(discord.Client):
|
|
| 91 |
|
| 92 |
response = hf_client.chat_completion(
|
| 93 |
messages,
|
| 94 |
-
max_tokens=
|
| 95 |
-
temperature=0.
|
| 96 |
top_p=0.85
|
| 97 |
)
|
| 98 |
|
|
|
|
| 91 |
|
| 92 |
response = hf_client.chat_completion(
|
| 93 |
messages,
|
| 94 |
+
max_tokens=2000,
|
| 95 |
+
temperature=0.1,
|
| 96 |
top_p=0.85
|
| 97 |
)
|
| 98 |
|