qwikQ8 commited on
Commit
814c237
·
verified ·
1 Parent(s): 5bb93e8

Update app.py

Browse files

Suppressed weather tool

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -93,8 +93,8 @@ final_answer = FinalAnswerTool()
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:
 
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: