-
-
Notifications
You must be signed in to change notification settings - Fork 325
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
Adds new models to Bedrock provider #499
Conversation
@JasonWeill |
2c0f1f0
to
0d612c1
Compare
d02171d
to
0f97f75
Compare
0f97f75
to
780e3e5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JasonWeill
Thanks for making these changes. I did a round of testing, LangChain upgrade works, along with the new models. See my comment about adding Llama models to BedrockChat. If you have already tried this with subpar results in chat, go ahead with merging this.
@meeseeksdev please backport to 1.x |
Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>
* Adds new parameters * Updates LangChain to newest version * Moves chat models to BedrockChat provider * Moves llama2 chat models back to BedrockProvider
* Adds new parameters * Updates LangChain to newest version * Moves chat models to BedrockChat provider * Moves llama2 chat models back to BedrockProvider
Fixes #495 to add new models for Anthropic Claude v2.1, Cohere command-light-text-v14, Meta Llama2-13b-chat-v1, and Meta Llama2-70b-chat-v1.
Models work with the us-east-1 Bedrock endpoint.