Commit be4dfb6c authored by John Wang's avatar John Wang

Merge branch 'feat/universal-chat' into deploy/dev

parents 326a42a5 0e4db4f7
......@@ -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