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 d0d8f0b commit 4194300Copy full SHA for 4194300
webview-ui/src/components/settings/ApiOptions.tsx
@@ -1001,7 +1001,6 @@ export function normalizeApiConfiguration(apiConfiguration?: ApiConfiguration) {
1001
selectedModelInfo: {
1002
...openAiModelInfoSaneDefaults,
1003
supportsImages: false, // VSCode LM API currently doesn't support images
1004
- supportsComputerUse: true // All VSCode LM models support tools
1005
},
1006
}
1007
default:
0 commit comments