kasn-code commited on
Commit
e7bc581
·
verified ·
1 Parent(s): 0786a6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ final_answer = FinalAnswerTool()
35
  model = HfApiModel(
36
  max_tokens=2096,
37
  temperature=0.5,
38
- model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
39
  custom_role_conversions=None,
40
  )
41
 
 
35
  model = HfApiModel(
36
  max_tokens=2096,
37
  temperature=0.5,
38
+ model_id='deepseek-ai/DeepSeek-R1-Distill-Qwen-32B',# it is possible that this model may be overloaded
39
  custom_role_conversions=None,
40
  )
41