Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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? #613

Open
weilandia opened this issue May 10, 2024 · 1 comment

Comments

@weilandia
Copy link

No description provided.

@andreibondarev
Copy link
Collaborator

andreibondarev commented May 13, 2024

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants