Update text in permissions

This commit is contained in:
Saoud Rizwan
2024-08-03 19:22:06 -04:00
parent 582d178157
commit 0ac7f63332
2 changed files with 4 additions and 4 deletions

View File

@@ -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)
}
}