Maximofn commited on
Commit
1266bf0
·
1 Parent(s): fa1f4db

Switch to Qwen2.5-VL-72B-Instruct model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ web_searcher = DuckDuckGoSearchTool(max_results=5)
82
  model = HfApiModel(
83
  max_tokens=2096,
84
  temperature=0.5,
85
- model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
86
  custom_role_conversions=None,
87
  token=HF_TOKEN
88
  )
 
82
  model = HfApiModel(
83
  max_tokens=2096,
84
  temperature=0.5,
85
+ model_id='Qwen/Qwen2.5-VL-72B-Instruct',
86
  custom_role_conversions=None,
87
  token=HF_TOKEN
88
  )