optionEdge commited on
Commit
d8b8502
·
verified ·
1 Parent(s): 7cb9551

Update BasicAgent.py

Browse files
Files changed (1) hide show
  1. BasicAgent.py +1 -3
BasicAgent.py CHANGED
@@ -8,9 +8,7 @@ from smolagents import (
8
  FinalAnswerTool,
9
  DuckDuckGoSearchTool,
10
  GoogleSearchTool,
11
- VisitWebPageTool
12
-
13
- )
14
 
15
  #model_id = "Qwen/Qwen2.5-Coder-32B-Instruct"
16
  #model_id = 'meta-llama/Llama-3.3-70B-Instruct'
 
8
  FinalAnswerTool,
9
  DuckDuckGoSearchTool,
10
  GoogleSearchTool,
11
+ )
 
 
12
 
13
  #model_id = "Qwen/Qwen2.5-Coder-32B-Instruct"
14
  #model_id = 'meta-llama/Llama-3.3-70B-Instruct'