default rounds to 3

This commit is contained in:
Arye Kogan 2025-09-26 12:14:15 +00:00
parent a438acdbbd
commit 6ae18e9ff2
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ DEFAULT_CONFIG = {
"quick_think_llm": "gpt-4o-mini",
"backend_url": "https://api.openai.com/v1",
# Debate and discussion settings
"max_debate_rounds": 1,
"max_risk_discuss_rounds": 1,
"max_debate_rounds": 3,
"max_risk_discuss_rounds": 3,
"max_recur_limit": 100,
# Tool settings
"online_tools": True,