Maximofn commited on
Commit
f2be381
·
verified ·
1 Parent(s): a495733

Update model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ web_searcher = DuckDuckGoSearchTool(max_results=5)
75
  model = HfApiModel(
76
  max_tokens=2096,
77
  temperature=0.5,
78
- model_id='meta-llama/Llama-3.1-70B-Instruct',
79
  custom_role_conversions=None,
80
  )
81
 
 
75
  model = HfApiModel(
76
  max_tokens=2096,
77
  temperature=0.5,
78
+ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
79
  custom_role_conversions=None,
80
  )
81