mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Update text in permissions
This commit is contained in:
@@ -31,6 +31,6 @@ export function buildApiHandler(configuration: ApiConfiguration): ApiHandler {
|
||||
case "bedrock":
|
||||
return new AwsBedrockHandler(options)
|
||||
default:
|
||||
throw new Error(`Unknown API provider: ${apiProvider}`)
|
||||
return new AnthropicHandler(options)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user