magdap116 commited on
Commit
c7e8de6
·
verified ·
1 Parent(s): 3e4f6ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -91,7 +91,6 @@ class BasicAgent:
91
  def __init__(self):
92
  print("BasicAgent initialized.")
93
  self.agent = CodeAgent(
94
- model=model,
95
  llm_engine=llm_engine,
96
  tools=[web_search,python_interpreter,visit_webpage_tool],
97
  max_steps=1,
 
91
  def __init__(self):
92
  print("BasicAgent initialized.")
93
  self.agent = CodeAgent(
 
94
  llm_engine=llm_engine,
95
  tools=[web_search,python_interpreter,visit_webpage_tool],
96
  max_steps=1,