lucasnseq commited on
Commit
71a6681
·
verified ·
1 Parent(s): 0f8d419

Change model

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -91,7 +91,8 @@ final_answer = FinalAnswerTool()
91
  model = HfApiModel(
92
  max_tokens=2096,
93
  temperature=0.5,
94
- model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
 
95
  custom_role_conversions=None,
96
  )
97
 
 
91
  model = HfApiModel(
92
  max_tokens=2096,
93
  temperature=0.5,
94
+ # model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
95
+ model_id='Qwen/Qwen2.5-Coder-14B-Instruct',
96
  custom_role_conversions=None,
97
  )
98