langchainrb
langchainrb copied to clipboard
Bedrock support is missing new models. Is there a reason the Bedrock client needs to white label models as opposed to just exposing the client since the api is unified?
@weilandia Indeed, there's no good reason to white labeling models other than raising an error when chat()
method is called on a model that doesn't support the messages: [{role:"", content:""}, ...]
-style querying.
But the AWS Bedrock returns an error in this case anyways!