feat: update to latest Anthropic model lineup (Fable 5, Opus 4.8, Sonnet 5)
Adds claude-fable-5 as a new tier and swaps the default Opus/Sonnet entries from 4.6 to Opus 4.8 / Sonnet 5, with refreshed pricing and context-window metadata.
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ DB_MASTER_PASSWORD=change-me-to-a-strong-passphrase
|
||||
PORT=8080
|
||||
|
||||
# Default model pre-selected in chat UI (leave empty to use the first available model)
|
||||
# DEFAULT_CHAT_MODEL=claude-sonnet-4-6
|
||||
# DEFAULT_CHAT_MODEL=claude-sonnet-5
|
||||
|
||||
# Main app database — PostgreSQL (shared postgres service)
|
||||
AIDE_DB_URL=postgresql://aide:change-me@postgres:5432/aide
|
||||
|
||||
Reference in New Issue
Block a user