Skip to content

Commit 20d9a88

Browse files
pugazhendhi-mvigneshsubbiah16
authored andcommitted
Removed comments
1 parent 02ccd77 commit 20d9a88

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

webview-ui/src/components/settings/ApiOptions.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,11 +1579,6 @@ export function normalizeApiConfiguration(apiConfiguration?: ApiConfiguration) {
15791579
}
15801580
case "unbound":
15811581
return getProviderData(unboundModels, unboundDefaultModelId)
1582-
// return {
1583-
// selectedProvider: provider,
1584-
// selectedModelId: apiConfiguration?.unboundModelId || unboundDefaultModelId,
1585-
// selectedModelInfo: openAiModelInfoSaneDefaults,
1586-
// }
15871582
default:
15881583
return getProviderData(anthropicModels, anthropicDefaultModelId)
15891584
}

0 commit comments

Comments
 (0)