docs(readme): align settings-template snippet with real file

Show defaultModel = eu.anthropic.claude-opus-4-8 (the actual default) and add
the missing opus-4-8 entry to enabledModels so the README example matches
settings.example.json.
This commit is contained in:
2026-07-13 23:13:24 +02:00
parent 00104178cd
commit 1517fbde9f
+2 -1
View File
@@ -176,10 +176,11 @@ pi --version
```json ```json
{ {
"defaultProvider": "amazon-bedrock", "defaultProvider": "amazon-bedrock",
"defaultModel": "eu.anthropic.claude-sonnet-5", "defaultModel": "eu.anthropic.claude-opus-4-8",
"enabledModels": [ "enabledModels": [
"eu.anthropic.claude-sonnet-5", "eu.anthropic.claude-sonnet-5",
"eu.anthropic.claude-opus-4-7", "eu.anthropic.claude-opus-4-7",
"eu.anthropic.claude-opus-4-8",
"eu.anthropic.claude-haiku-4-5-20251001-v1:0" "eu.anthropic.claude-haiku-4-5-20251001-v1:0"
] ]
} }