pedrogaprieto commited on
Commit
ec38724
·
verified ·
1 Parent(s): f79f47e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ llm = LiteLLMModel(
25
 
26
 
27
  # Create Alfred with all the tools
28
- agent = ToolCallingAgentAgent(
29
  tools=[web_search_tool, VisitWebpageTool(), FinalAnswerTool()],
30
  model=llm,
31
  max_steps=10,
 
25
 
26
 
27
  # Create Alfred with all the tools
28
+ agent = ToolCallingAgent(
29
  tools=[web_search_tool, VisitWebpageTool(), FinalAnswerTool()],
30
  model=llm,
31
  max_steps=10,