mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Removed comments
This commit is contained in:
committed by
Vignesh Subbiah
parent
02ccd77004
commit
20d9a88bb4
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user