Spaces:
Sleeping
Sleeping
Update app.py
Browse filesSuppressed weather tool
app.py
CHANGED
|
@@ -93,8 +93,8 @@ final_answer = FinalAnswerTool()
|
|
| 93 |
# Initialize the web search tool
|
| 94 |
search_tool = DuckDuckGoSearchTool()
|
| 95 |
|
| 96 |
-
|
| 97 |
-
weather_info_tool = WeatherInfoTool()
|
| 98 |
|
| 99 |
|
| 100 |
# 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:
|
|
|
|
| 93 |
# Initialize the web search tool
|
| 94 |
search_tool = DuckDuckGoSearchTool()
|
| 95 |
|
| 96 |
+
## Initialize the weather tool
|
| 97 |
+
#weather_info_tool = WeatherInfoTool()
|
| 98 |
|
| 99 |
|
| 100 |
# 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:
|