BenjaminKaindu0506 commited on
Commit
2c1e9ac
·
verified ·
1 Parent(s): 4b87506

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ class BasicAgent:
154
  #os.environ["HF_TOKEN"] = "hf_token",
155
  #image_analysis_tool,
156
  ],
157
- model=InferenceClientModel("Qwen/Qwen2.5-Coder-32B-Instruct"),
158
  instructions = custom_prompt+"If the question includes a task_id and mentions a file, call fetch_task_file first; route YouTube URLs to get_youtube_transcript, other URLs to visit_webpage, PDFs to pdf_tool, and spreadsheets to read_spreadsheet, using web_search only when no URL or file is given,then respond with only the exact final answer value, no explanation, no prefix.",
159
  max_steps=20,
160
  )
 
154
  #os.environ["HF_TOKEN"] = "hf_token",
155
  #image_analysis_tool,
156
  ],
157
+ model= InferenceClientModel(model_id="Qwen/Qwen3-235B-A22B", provider="auto",),
158
  instructions = custom_prompt+"If the question includes a task_id and mentions a file, call fetch_task_file first; route YouTube URLs to get_youtube_transcript, other URLs to visit_webpage, PDFs to pdf_tool, and spreadsheets to read_spreadsheet, using web_search only when no URL or file is given,then respond with only the exact final answer value, no explanation, no prefix.",
159
  max_steps=20,
160
  )