mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
Removed comments
This commit is contained in:
parent
02ccd77004
commit
20d9a88bb4
1 changed files with 0 additions and 5 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue