chore: default model to nemotron-3-nano:30b-cloud

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
dtarkent2-sys 2026-04-02 15:50:09 -04:00
parent ac17d98974
commit ae18643103
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": "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.