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:
dtarkent2-sys 2026-04-13 10:06:37 -04:00
parent 9550cea393
commit a913416613
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ DEFAULT_CONFIG = {
),
# LLM settings
"llm_provider": "openai",
"deep_think_llm": "nemotron-3-nano:30b-cloud",
"quick_think_llm": "nemotron-3-nano:30b-cloud",
"deep_think_llm": "glm-5.1:cloud",
"quick_think_llm": "glm-5.1:cloud",
"backend_url": "https://ollama.com/v1",
# Provider-specific thinking configuration
"google_thinking_level": None, # "high", "minimal", etc.