Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def chatbot(input, history):
|
|
38 |
|
39 |
output = client.chat_completion(
|
40 |
messages=messages,
|
41 |
-
max_tokens=
|
42 |
temperature=0.7
|
43 |
)
|
44 |
|
|
|
38 |
|
39 |
output = client.chat_completion(
|
40 |
messages=messages,
|
41 |
+
max_tokens=4000,
|
42 |
temperature=0.7
|
43 |
)
|
44 |
|