From ae186431032a25bb414d2ce652a5f0c1d6f066b5 Mon Sep 17 00:00:00 2001 From: dtarkent2-sys Date: Thu, 2 Apr 2026 15:50:09 -0400 Subject: [PATCH] chore: default model to nemotron-3-nano:30b-cloud 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 38675e4f..eb69e027 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": "glm-5:cloud", - "quick_think_llm": "glm-5:cloud", + "deep_think_llm": "nemotron-3-nano:30b-cloud", + "quick_think_llm": "nemotron-3-nano:30b-cloud", "backend_url": "https://ollama.com/v1", # Provider-specific thinking configuration "google_thinking_level": None, # "high", "minimal", etc.