Update config models
This commit is contained in:
parent
f91ada037d
commit
ce86231796
|
|
@ -10,8 +10,8 @@ DEFAULT_CONFIG = {
|
||||||
),
|
),
|
||||||
# LLM settings
|
# LLM settings
|
||||||
"llm_provider": "openai",
|
"llm_provider": "openai",
|
||||||
"deep_think_llm": "o3",
|
"deep_think_llm": "o4-mini",
|
||||||
"quick_think_llm": "gpt-4.1",
|
"quick_think_llm": "gpt-4.1-mini",
|
||||||
"backend_url": "https://api.openai.com/v1",
|
"backend_url": "https://api.openai.com/v1",
|
||||||
# Debate and discussion settings
|
# Debate and discussion settings
|
||||||
"max_debate_rounds": 5,
|
"max_debate_rounds": 5,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue