chore: update deep and quick think LLM models to gpt-5.4-mini

This commit is contained in:
liuzhuoya 2026-04-12 11:38:32 +08:00
parent 5789b9fb2b
commit 115a793103
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ load_dotenv()
# Create a custom config
config = DEFAULT_CONFIG.copy()
config["deep_think_llm"] = "Qwen/Qwen3.5-122B-A10B" # Use a different model
config["quick_think_llm"] = "Qwen/Qwen3.5-122B-A10B" # Use a different model
config["deep_think_llm"] = "gpt-5.4-mini" # Use a different model
config["quick_think_llm"] = "gpt-5.4-mini" # Use a different model
config["max_debate_rounds"] = 1 # Increase debate rounds
# Configure data vendors (default uses yfinance, no extra API keys needed)