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 settings
|
||||||
"llm_provider": "openai",
|
"llm_provider": "openai",
|
||||||
"deep_think_llm": "glm-5:cloud",
|
"deep_think_llm": "nemotron-3-nano:30b-cloud",
|
||||||
"quick_think_llm": "glm-5:cloud",
|
"quick_think_llm": "nemotron-3-nano:30b-cloud",
|
||||||
"backend_url": "https://ollama.com/v1",
|
"backend_url": "https://ollama.com/v1",
|
||||||
# Provider-specific thinking configuration
|
# Provider-specific thinking configuration
|
||||||
"google_thinking_level": None, # "high", "minimal", etc.
|
"google_thinking_level": None, # "high", "minimal", etc.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue