Browse Source

Removed comments

Pugazhendhi 11 months ago
parent
commit
20d9a88bb4
1 changed files with 0 additions and 5 deletions
  1. 0 5
      webview-ui/src/components/settings/ApiOptions.tsx

+ 0 - 5
webview-ui/src/components/settings/ApiOptions.tsx

@@ -1579,11 +1579,6 @@ export function normalizeApiConfiguration(apiConfiguration?: ApiConfiguration) {
 			}
 			}
 		case "unbound":
 		case "unbound":
 			return getProviderData(unboundModels, unboundDefaultModelId)
 			return getProviderData(unboundModels, unboundDefaultModelId)
-		// return {
-		// 	selectedProvider: provider,
-		// 	selectedModelId: apiConfiguration?.unboundModelId || unboundDefaultModelId,
-		// 	selectedModelInfo: openAiModelInfoSaneDefaults,
-		// }
 		default:
 		default:
 			return getProviderData(anthropicModels, anthropicDefaultModelId)
 			return getProviderData(anthropicModels, anthropicDefaultModelId)
 	}
 	}