mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -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":
|
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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user