feat: added Claude 4.6 model series options.

This commit is contained in:
Xiaohan-Tian
2026-04-05 23:01:58 -07:00
parent 586f0f996c
commit 63ced27702
4 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -186,12 +186,12 @@ export class ConfigManager {
},
claude: {
api_key: '',
model: 'claude-sonnet-4.5'
model: 'claude-sonnet-4.6'
},
claude_openrouter: {
api_key: '',
base_url: 'https://openrouter.ai/api/v1',
model: 'anthropic/claude-sonnet-4.5'
model: 'anthropic/claude-sonnet-4.6'
},
openai_compatible: {
api_key: '',