Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -502,7 +502,7 @@ Write a detailed and complete response that answers the following user question:
|
|
502 |
logging.info(f"API call {i+1}/{num_calls}")
|
503 |
for message in client.chat_completion(
|
504 |
messages=[{"role": "user", "content": prompt}],
|
505 |
-
max_tokens=
|
506 |
temperature=temperature,
|
507 |
stream=True,
|
508 |
):
|
|
|
502 |
logging.info(f"API call {i+1}/{num_calls}")
|
503 |
for message in client.chat_completion(
|
504 |
messages=[{"role": "user", "content": prompt}],
|
505 |
+
max_tokens=20000,
|
506 |
temperature=temperature,
|
507 |
stream=True,
|
508 |
):
|