mohammedelfeky-ai commited on
Commit
f6f7755
·
verified ·
1 Parent(s): 43be9fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -125,7 +125,8 @@ visit_webpage=VisitWebpageTool()
125
  model = HfApiModel(
126
  max_tokens=2096,
127
  temperature=0.5,
128
- model_id='Qwen/Qwen3-235B-A22B', # it is possible that this model may be overloaded
 
129
  custom_role_conversions=None,
130
  )
131
 
 
125
  model = HfApiModel(
126
  max_tokens=2096,
127
  temperature=0.5,
128
+ model_id='Qwen/Qwen3-235B-A22B', # it is possible that this model may be overloaded
129
+ provider='auto', # Using 'auto' provider instead of default
130
  custom_role_conversions=None,
131
  )
132