Shreyas094 commited on
Commit
c8a79f9
·
verified ·
1 Parent(s): 51c7f29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=10000,
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
  ):