krrishkh12 commited on
Commit
f5be18b
·
verified ·
1 Parent(s): d80354d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -284,7 +284,7 @@ final_answer = FinalAnswerTool()
284
 
285
  model = HfApiModel(
286
  max_tokens=512,
287
- temperature=0.5,
288
  model_id='sarvamai/sarvam-m',# it is possible that this model may be overloaded
289
  custom_role_conversions=None,
290
  )
 
284
 
285
  model = HfApiModel(
286
  max_tokens=512,
287
+ temperature=1,
288
  model_id='sarvamai/sarvam-m',# it is possible that this model may be overloaded
289
  custom_role_conversions=None,
290
  )