Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -525,7 +525,7 @@ def get_response_from_llama(query, model, selected_docs, file_type, num_calls=1,
|
|
525 |
# Generate content with streaming enabled
|
526 |
for message in client.chat_completion(
|
527 |
messages=messages,
|
528 |
-
max_tokens=
|
529 |
temperature=temperature,
|
530 |
stream=True,
|
531 |
|
|
|
525 |
# Generate content with streaming enabled
|
526 |
for message in client.chat_completion(
|
527 |
messages=messages,
|
528 |
+
max_tokens=3000,
|
529 |
temperature=temperature,
|
530 |
stream=True,
|
531 |
|