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 02ccd77 commit 20d9a88Copy full SHA for 20d9a88
webview-ui/src/components/settings/ApiOptions.tsx
@@ -1579,11 +1579,6 @@ export function normalizeApiConfiguration(apiConfiguration?: ApiConfiguration) {
1579
}
1580
case "unbound":
1581
return getProviderData(unboundModels, unboundDefaultModelId)
1582
- // return {
1583
- // selectedProvider: provider,
1584
- // selectedModelId: apiConfiguration?.unboundModelId || unboundDefaultModelId,
1585
- // selectedModelInfo: openAiModelInfoSaneDefaults,
1586
- // }
1587
default:
1588
return getProviderData(anthropicModels, anthropicDefaultModelId)
1589
0 commit comments