lukmanaj commited on
Commit
4706c11
·
verified ·
1 Parent(s): 34d32a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from tools.final_answer import FinalAnswerTool as FinalAnswer
16
 
17
  model = HfApiModel(
18
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
19
- provider=None,
20
  )
21
 
22
  web_search = WebSearch()
 
16
 
17
  model = HfApiModel(
18
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
19
+ provider="nebius",
20
  )
21
 
22
  web_search = WebSearch()