vinhnx90 commited on
Commit
e859b99
·
verified ·
1 Parent(s): 205da6b

Update model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ search_tool = DuckDuckGoSearchTool()
63
  model = HfApiModel(
64
  max_tokens=2096,
65
  temperature=0.5,
66
- model_id='google/gemma-3-27b-it',# it is possible that this model may be overloaded
67
  custom_role_conversions=None,
68
  )
69
 
 
63
  model = HfApiModel(
64
  max_tokens=2096,
65
  temperature=0.5,
66
+ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
67
  custom_role_conversions=None,
68
  )
69