Spaces:
Running
Running
test
Browse files
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
|