chore: add Ollama local model to default config
Adds llama3.2:1b as local fallback provider for when primary Anthropic API is unavailable. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -14,6 +14,10 @@ models:
|
|||||||
default:
|
default:
|
||||||
provider: anthropic
|
provider: anthropic
|
||||||
model: claude-sonnet-4-20250514
|
model: claude-sonnet-4-20250514
|
||||||
|
local:
|
||||||
|
provider: ollama
|
||||||
|
model: llama3.2:1b
|
||||||
|
fallback_chain: [local]
|
||||||
|
|
||||||
hooks:
|
hooks:
|
||||||
confirm:
|
confirm:
|
||||||
|
|||||||
Reference in New Issue
Block a user