Shreyas094 commited on
Commit
0b7e549
·
verified ·
1 Parent(s): a2be5fe

Update app.py

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