datacipen commited on
Commit
8de5367
·
verified ·
1 Parent(s): 1a14ce1

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -1
main.py CHANGED
@@ -74,7 +74,6 @@ async def on_chat_start():
74
  )
75
  agent_executor = AgentExecutor(
76
  agent=agent,
77
- tools=tools,
78
  verbose=False,
79
  max_iterations=2,
80
  )
 
74
  )
75
  agent_executor = AgentExecutor(
76
  agent=agent,
 
77
  verbose=False,
78
  max_iterations=2,
79
  )