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:
William Valentin
2026-02-05 00:12:49 -08:00
parent 6e6c263e14
commit 81e9597777
+4
View File
@@ -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: