Update Opus model version to 4.6 in settings.json

This commit is contained in:
2026-02-06 16:49:30 +05:30
parent 229070be0b
commit 59c0033298

View File

@@ -23,12 +23,12 @@
"provider": "anthropic" "provider": "anthropic"
}, },
{ {
"model": "Opus-4.5", "model": "Opus-4.6",
"id": "custom:Opus-4.5-(BYOK)-2", "id": "custom:Opus-4.6-(BYOK)-2",
"index": 2, "index": 2,
"baseUrl": "http://localhost:8383", "baseUrl": "http://localhost:8383",
"apiKey": "sk-abcd", "apiKey": "sk-abcd",
"displayName": "Opus 4.5 (BYOK)", "displayName": "Opus 4.6 (BYOK)",
"maxOutputTokens": 128000, "maxOutputTokens": 128000,
"extraArgs": { "extraArgs": {
"parallel_tool_calls": true, "parallel_tool_calls": true,