-
Notifications
You must be signed in to change notification settings - Fork 601
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 support for new Claude models and update dependencies #1302
Conversation
💥 🌄 The PR description has been updated to align with the latest commit (a957554). |
PR Analysis 🌍🌎 🌆 Here are some essential notes to support our PR review process:
|
Tested on local, it works out. |
Thanks for the PR. We had some issues in the past with upgrading litellm. It's not always a seamless process (the last upgrade broke vllm integration) So, I want to test it for a day or two to be sure it's stable. |
That would be a suitable approach @mrT23. I'm keep testing on my end and will inform here if there is any issue. |
PR Type
Feature, Dependencies
Description
vertex_ai/claude-3-5-sonnet-v2@20241022
model.anthropic/claude-3-5-sonnet-20241022
model.bedrock/anthropic.claude-3-5-sonnet-20241022-v2:0
model.anthropic
library to version0.37.1
to support new models.litellm
library to version1.50.2
to support new models.openai
library to version1.52.1
.Changes walkthrough
__init__.py
Add support for new Claude models
pr_agent/algo/init.py
vertex_ai/claude-3-5-sonnet-v2@20241022
model.anthropic/claude-3-5-sonnet-20241022
model.requirements.txt
Update dependencies for model support
requirements.txt
anthropic
library to version0.37.1
.litellm
library to version1.50.2
.openai
library to version1.52.1
.