APRG commited on
Commit
6534a03
·
verified ·
1 Parent(s): 4b13f38

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -1
tools.py CHANGED
@@ -5,7 +5,7 @@ from huggingface_hub import list_models
5
 
6
 
7
  # Initialize the DuckDuckGo search tool
8
- #search_tool = DuckDuckGoSearchTool()
9
 
10
 
11
  class WeatherInfoTool(Tool):
 
5
 
6
 
7
  # Initialize the DuckDuckGo search tool
8
+ search_tool = DuckDuckGoSearchTool()
9
 
10
 
11
  class WeatherInfoTool(Tool):