Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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 |
)
|