-
Notifications
You must be signed in to change notification settings - Fork 18.6k
feat(anthropic): dynamic mapping of Max Tokens for Anthropic #31946
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
feat(anthropic): dynamic mapping of Max Tokens for Anthropic #31946
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub. |
CodSpeed WallTime Performance ReportMerging #31946 will not alter performanceComparing
|
CodSpeed Instrumentation Performance ReportMerging #31946 will not alter performanceComparing Summary
|
2 similar comments
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.
1 similar comment
@ccurme, please let me know if I need to make any changes. |
2 similar comments
@ccurme can you please review it. |
@mdrxy please let me know if any changes needs to be made. |
139b5f5
to
59c18d9
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.
LGTM
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.
Looks great.
I think we need to update other cassettes in the same way. There are some that are part of integration tests, so wouldn't run as part of CI for PRs. They would run as part of release pipeline (and block release).
See tests marked for VCR here.
max_tokens
as per the choosen anthropic model.@ccurme