Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def get_response(user_message, history, verbosity):
|
|
| 28 |
model='ambrosfitz/llama-3-history',
|
| 29 |
messages=history_openai_format,
|
| 30 |
temperature=temperature,
|
| 31 |
-
max_tokens=
|
| 32 |
)
|
| 33 |
|
| 34 |
# Access the text response
|
|
|
|
| 28 |
model='ambrosfitz/llama-3-history',
|
| 29 |
messages=history_openai_format,
|
| 30 |
temperature=temperature,
|
| 31 |
+
max_tokens=512
|
| 32 |
)
|
| 33 |
|
| 34 |
# Access the text response
|