Parcourir la source

Removed comments

Pugazhendhi il y a 11 mois
Parent
commit
20d9a88bb4
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  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":
 			return getProviderData(unboundModels, unboundDefaultModelId)
-		// return {
-		// 	selectedProvider: provider,
-		// 	selectedModelId: apiConfiguration?.unboundModelId || unboundDefaultModelId,
-		// 	selectedModelInfo: openAiModelInfoSaneDefaults,
-		// }
 		default:
 			return getProviderData(anthropicModels, anthropicDefaultModelId)
 	}