From a9134166132c888e4fb8e9bde8f7f967ba89567e Mon Sep 17 00:00:00 2001 From: dtarkent2-sys Date: Mon, 13 Apr 2026 10:06:37 -0400 Subject: [PATCH] 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) --- tradingagents/default_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tradingagents/default_config.py b/tradingagents/default_config.py index eb69e027..700bffc4 100644 --- a/tradingagents/default_config.py +++ b/tradingagents/default_config.py @@ -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.