Commit 38d4c782 authored by John Wang's avatar John Wang

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

parents 4cb539ae 5e4f8510
......@@ -96,7 +96,7 @@ class OrchestratorRuleParser:
summary_llm=summary_llm,
memory=memory,
callbacks=[chain_callback, agent_callback],
max_iterations=6,
max_iterations=10,
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