uuidenny commited on
Commit
395bec4
·
verified ·
1 Parent(s): d57b3d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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,