Yatsrib commited on
Commit
90bb3ca
·
verified ·
1 Parent(s): 7600e7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ final_answer = FinalAnswerTool()
75
  model = HfApiModel(
76
  max_tokens=2096,
77
  temperature=0.5,
78
- model_id='mistralai/Mistral-7B-Instruct-v0.3',# it is possible that this model may be overloaded
79
  custom_role_conversions=None,
80
  )
81
 
 
75
  model = HfApiModel(
76
  max_tokens=2096,
77
  temperature=0.5,
78
+ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
79
  custom_role_conversions=None,
80
  )
81