krrishkh12 commited on
Commit
0edb171
·
verified ·
1 Parent(s): 81fdf59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -285,7 +285,7 @@ final_answer = FinalAnswerTool()
285
  model = HfApiModel(
286
  max_tokens=2096,
287
  temperature=0.5,
288
- model_id='google/muril-base-cased',# it is possible that this model may be overloaded
289
  custom_role_conversions=None,
290
  )
291
 
 
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
  )
291