Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -119,7 +119,7 @@ final_answer = FinalAnswerTool()
|
|
| 119 |
visit_webpage = VisitWebpageTool()
|
| 120 |
python_tool = PythonInterpreterTool()
|
| 121 |
|
| 122 |
-
web_search_ddgs = DuckDuckGoSearchTool()
|
| 123 |
google_search_tool = GoogleSearchTool() # default tool name is "web_search"
|
| 124 |
|
| 125 |
# If the agent does not answer, the model is overloaded,please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder:
|
|
|
|
| 119 |
visit_webpage = VisitWebpageTool()
|
| 120 |
python_tool = PythonInterpreterTool()
|
| 121 |
|
| 122 |
+
web_search_ddgs = DuckDuckGoSearchTool() # change its name to "web_search_ddgs" inside the code. Otherwise it cannot be used together with blow GoogleSearchTool which has default tool name of 'web_search'
|
| 123 |
google_search_tool = GoogleSearchTool() # default tool name is "web_search"
|
| 124 |
|
| 125 |
# If the agent does not answer, the model is overloaded,please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder:
|