xenjin450 commited on
Commit
b279bcb
·
verified ·
1 Parent(s): 3b9dddb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ final_answer = FinalAnswerTool()
79
  model = HfApiModel(
80
  max_tokens=1000, # Reduced from 2096 to reduce total token count
81
  temperature=0.5,
82
- model_id='deepseek-ai/DeepSeek-R1-Distill-Llama-70B',
83
  custom_role_conversions=None,
84
  )
85
 
 
79
  model = HfApiModel(
80
  max_tokens=1000, # Reduced from 2096 to reduce total token count
81
  temperature=0.5,
82
+ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
83
  custom_role_conversions=None,
84
  )
85