chore: default deep_think_llm + quick_think_llm to glm-5.1:cloud
Switch the default LLM in tradingagents/default_config.py from nemotron-3-nano:30b-cloud (which was producing low-fidelity structured output across services) to glm-5.1:cloud. Canonical values live in .env which is gitignored. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
9550cea393
commit
a913416613
|
|
@ -9,8 +9,8 @@ DEFAULT_CONFIG = {
|
||||||
),
|
),
|
||||||
# LLM settings
|
# LLM settings
|
||||||
"llm_provider": "openai",
|
"llm_provider": "openai",
|
||||||
"deep_think_llm": "nemotron-3-nano:30b-cloud",
|
"deep_think_llm": "glm-5.1:cloud",
|
||||||
"quick_think_llm": "nemotron-3-nano:30b-cloud",
|
"quick_think_llm": "glm-5.1:cloud",
|
||||||
"backend_url": "https://ollama.com/v1",
|
"backend_url": "https://ollama.com/v1",
|
||||||
# Provider-specific thinking configuration
|
# Provider-specific thinking configuration
|
||||||
"google_thinking_level": None, # "high", "minimal", etc.
|
"google_thinking_level": None, # "high", "minimal", etc.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue