Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def respond(
|
|
58 |
try:
|
59 |
mensagens = client.chat_completion(
|
60 |
messages,
|
61 |
-
max_tokens=
|
62 |
temperature=temperature,
|
63 |
top_p=top_p,
|
64 |
)
|
|
|
58 |
try:
|
59 |
mensagens = client.chat_completion(
|
60 |
messages,
|
61 |
+
max_tokens=524288,
|
62 |
temperature=temperature,
|
63 |
top_p=top_p,
|
64 |
)
|