We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552e04e commit 2bd3b91Copy full SHA for 2bd3b91
webview-ui/src/components/ui/hooks/useSelectedModel.ts
@@ -205,7 +205,7 @@ function getSelectedModel({
205
// Claude Code models extend anthropic models but with images and prompt caching disabled
206
const id = apiConfiguration.apiModelId ?? claudeCodeDefaultModelId
207
const info = claudeCodeModels[id as keyof typeof claudeCodeModels]
208
- return { id, info }
+ return { id, info: { ...openAiModelInfoSaneDefaults, ...info } }
209
}
210
// case "anthropic":
211
// case "human-relay":
0 commit comments