acidtib commited on
Commit
e366f6a
·
1 Parent(s): a2112f4

✨ chore: update model ID to Qwen2.5-Coder-32B-Instruct

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ final_answer = FinalAnswerTool()
42
  model = HfApiModel(
43
  max_tokens=2096,
44
  temperature=0.5,
45
- model_id='deepseek-ai/DeepSeek-R1-Distill-Qwen-32B',
46
  custom_role_conversions=None,
47
  )
48
 
 
42
  model = HfApiModel(
43
  max_tokens=2096,
44
  temperature=0.5,
45
+ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
46
  custom_role_conversions=None,
47
  )
48