jimchoi commited on
Commit
59649d7
·
verified ·
1 Parent(s): 4aad14e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ final_answer = FinalAnswerTool()
76
  model = HfApiModel(
77
  max_tokens=2096,
78
  temperature=0.5,
79
- model_id='Qwen/Qwen2.5-Coder-1.5B-Instruct',
80
  custom_role_conversions=None,
81
  )
82
 
 
76
  model = HfApiModel(
77
  max_tokens=2096,
78
  temperature=0.5,
79
+ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
80
  custom_role_conversions=None,
81
  )
82