mmichiels13 commited on
Commit
3cc4e67
·
verified ·
1 Parent(s): bd6c5ad

Initialize the DuckDuckGo search tool

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):