krrishkh12 commited on
Commit
6cddf0f
·
verified ·
1 Parent(s): 07e1dfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -283,8 +283,8 @@ final_answer = FinalAnswerTool()
283
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
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
  )
 
283
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
284
 
285
  model = HfApiModel(
286
+ max_tokens=2096,
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
  )