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:
parent
ac17d98974
commit
ae18643103
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue