diff --git a/settings.example.json b/settings.example.json index e947401..5babb7e 100644 --- a/settings.example.json +++ b/settings.example.json @@ -8,5 +8,13 @@ "eu.anthropic.claude-sonnet-4-6", "eu.anthropic.claude-opus-4-7", "eu.anthropic.claude-haiku-4-5-20251001-v1:0" - ] + ], + + "observational-memory": { + "model": { + "provider": "amazon-bedrock", + "id": "eu.anthropic.claude-haiku-4-5-20251001-v1:0" + }, + "debugLog": false + } }