lucasnseq commited on
Commit
7826d0b
·
verified ·
1 Parent(s): 71a6681

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -91,8 +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
- model_id='Qwen/Qwen2.5-Coder-14B-Instruct',
96
  custom_role_conversions=None,
97
  )
98
 
 
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