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
@@ -389,6 +389,8 @@ const GeneralSettings: React.FC = () => {
value={claudeOpenRouterModel}
onChange={(e) => handleClaudeOpenRouterModelChange(e.target.value)}
>
<option value="anthropic/claude-sonnet-4.6">claude-sonnet-4.6</option>
<option value="anthropic/claude-opus-4.6">claude-opus-4.6</option>
<option value="anthropic/claude-sonnet-4.5">claude-sonnet-4.5</option>
<option value="anthropic/claude-opus-4.5">claude-opus-4.5</option>
<option value="anthropic/claude-sonnet-4">claude-sonnet-4</option>
+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: '',