jrmagallanes commited on
Commit
bc271b1
·
verified ·
1 Parent(s): e89cc05

Update to Qwen 3

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ final_answer = FinalAnswerTool()
99
  model = HfApiModel(
100
  max_tokens=2096,
101
  temperature=0.5,
102
- model_id='unsloth/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
103
  custom_role_conversions=None,
104
  )
105
 
 
99
  model = HfApiModel(
100
  max_tokens=2096,
101
  temperature=0.5,
102
+ model_id='Qwen/Qwen3-Coder-30B-A3B-Instruct',# it is possible that this model may be overloaded
103
  custom_role_conversions=None,
104
  )
105