-
-
Notifications
You must be signed in to change notification settings - Fork 341
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
Add Anthropic Claude 3 models to providers #672
Conversation
Thanks for submitting your first pull request! You are awesome! 🤗 |
for more information, see https://pre-commit.ci
41620ec
to
e337e3a
Compare
for more information, see https://pre-commit.ci
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.
Awesome work, thank you!
* update anthropic models * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update anthropic models * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* update anthropic models * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update anthropic models * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Modified the
Bedrock
andBedrockChat
models in providers.py to remove all v1 models and added theClaude-3-Sonnet
model.Added comments directing developers to the Amazon Docs where provider model ids are listed.