Commit 0e4db4f7 authored by John Wang's avatar John Wang

feat: set agent max_execution_time to 400s

parent a6047e14
......@@ -97,7 +97,7 @@ class OrchestratorRuleParser:
memory=memory,
callbacks=[chain_callback, agent_callback],
max_iterations=6,
max_execution_time=None,
max_execution_time=400.0,
early_stopping_method="generate"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment