Sagicc commited on
Commit
881bd21
·
verified ·
1 Parent(s): 018d0f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ class BasicAgent:
19
 
20
  search_tool = DuckDuckGoSearchTool()
21
 
22
- agent = CodeAgent(
23
  tools=[search_tool],
24
  model=model,
25
  additional_authorized_imports=["yfinance"] # Move this parameter here
 
19
 
20
  search_tool = DuckDuckGoSearchTool()
21
 
22
+ self.agent = CodeAgent(
23
  tools=[search_tool],
24
  model=model,
25
  additional_authorized_imports=["yfinance"] # Move this parameter here