patopla commited on
Commit
0d5be5d
·
verified ·
1 Parent(s): 8f4a999

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -15,10 +15,6 @@ search_tool = DuckDuckGoSearchTool()
15
  # Initialize the weather tool
16
  currency_converter_tool = CurrencyConverterTool()
17
 
18
-
19
- # Load the guest dataset and initialize the guest info tool
20
- guest_info_tool = load_guest_dataset()
21
-
22
  # Create Alfred with all the tools
23
  alfred = CodeAgent(
24
  tools=[currency_converter_tool, search_tool],
 
15
  # Initialize the weather tool
16
  currency_converter_tool = CurrencyConverterTool()
17
 
 
 
 
 
18
  # Create Alfred with all the tools
19
  alfred = CodeAgent(
20
  tools=[currency_converter_tool, search_tool],