rezzie-rich commited on
Commit
1f81910
·
verified ·
1 Parent(s): d2dd7ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ web_search = DuckDuckGoSearchTool()
49
  model = HfApiModel(
50
  max_tokens=4080,
51
  temperature=0.5,
52
- model_id='deepseek-ai/DeepSeek-V3-0324',# it is possible that this model may be overloaded
53
  custom_role_conversions=None,
54
  )
55
 
 
49
  model = HfApiModel(
50
  max_tokens=4080,
51
  temperature=0.5,
52
+ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
53
  custom_role_conversions=None,
54
  )
55