magdap116 commited on
Commit
e152432
·
verified ·
1 Parent(s): 2ec7c8b

Update app.py

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