chore: update deep and quick think LLM models to gpt-5.4-mini
This commit is contained in:
parent
5789b9fb2b
commit
115a793103
4
main.py
4
main.py
|
|
@ -8,8 +8,8 @@ load_dotenv()
|
||||||
|
|
||||||
# Create a custom config
|
# Create a custom config
|
||||||
config = DEFAULT_CONFIG.copy()
|
config = DEFAULT_CONFIG.copy()
|
||||||
config["deep_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"] = "Qwen/Qwen3.5-122B-A10B" # Use a different model
|
config["quick_think_llm"] = "gpt-5.4-mini" # Use a different model
|
||||||
config["max_debate_rounds"] = 1 # Increase debate rounds
|
config["max_debate_rounds"] = 1 # Increase debate rounds
|
||||||
|
|
||||||
# Configure data vendors (default uses yfinance, no extra API keys needed)
|
# Configure data vendors (default uses yfinance, no extra API keys needed)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue