sam522 commited on
Commit
65d6f09
·
1 Parent(s): cd5e88e
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -144,7 +144,8 @@ hub_stats_tool = Tool(
144
  description="Fetches the most downloaded model from a specific author on the Hugging Face Hub."
145
  )
146
 
147
- tools = [guest_info_tool, search_tool, weather_info_tool, hub_stats_tool]
 
148
  chat_with_tools = model.bind_tools(tools)
149
 
150
  # Generate the AgentState and Agent graph
 
144
  description="Fetches the most downloaded model from a specific author on the Hugging Face Hub."
145
  )
146
 
147
+ #tools = [guest_info_tool, search_tool, weather_info_tool, hub_stats_tool]
148
+ tools = [guest_info_tool]
149
  chat_with_tools = model.bind_tools(tools)
150
 
151
  # Generate the AgentState and Agent graph