chore(settings): bump balanced/sonnet model to claude-sonnet-5

pi-fork balanced tier + enabledModels and the README examples now point at
eu.anthropic.claude-sonnet-5 (matches the live settings.json change made
before the container recreate).
This commit is contained in:
2026-07-13 23:03:01 +02:00
parent 8fbef66664
commit 00104178cd
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
"defaultProvider": "amazon-bedrock",
"defaultModel": "eu.anthropic.claude-opus-4-8",
"enabledModels": [
"eu.anthropic.claude-sonnet-4-6",
"eu.anthropic.claude-sonnet-5",
"eu.anthropic.claude-opus-4-7",
"eu.anthropic.claude-opus-4-8",
"eu.anthropic.claude-haiku-4-5-20251001-v1:0"
@@ -23,7 +23,7 @@
"defaultEffort": "balanced",
"effortProfiles": {
"fast": { "provider": "amazon-bedrock", "id": "eu.anthropic.claude-haiku-4-5-20251001-v1:0", "thinking": "off" },
"balanced": { "provider": "amazon-bedrock", "id": "eu.anthropic.claude-sonnet-4-6", "thinking": "low" },
"balanced": { "provider": "amazon-bedrock", "id": "eu.anthropic.claude-sonnet-5", "thinking": "low" },
"deep": { "provider": "amazon-bedrock", "id": "eu.anthropic.claude-opus-4-8", "thinking": "high" }
}
}