Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,6 @@ weather_info_tool = WeatherInfoTool()
|
|
43 |
hub_stats_tool = HubStatsTool()
|
44 |
guest_info_tool = load_guest_dataset()
|
45 |
|
46 |
-
# Создание агента
|
47 |
alfred = CodeAgent(
|
48 |
tools=[guest_info_tool, weather_info_tool, hub_stats_tool, search_tool],
|
49 |
model=model,
|
|
|
43 |
hub_stats_tool = HubStatsTool()
|
44 |
guest_info_tool = load_guest_dataset()
|
45 |
|
|
|
46 |
alfred = CodeAgent(
|
47 |
tools=[guest_info_tool, weather_info_tool, hub_stats_tool, search_tool],
|
48 |
model=model,
|