-
Notifications
You must be signed in to change notification settings - Fork 773
feat: support claude code oauth/max plans on Portkey #1381
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
base: main
Are you sure you want to change the base?
feat: support claude code oauth/max plans on Portkey #1381
Conversation
|
Review of Anthropic API configuration changes for header handling, versioning, and new endpoint support. |
| providerOptions?.['anthropicVersion'] ?? | ||
| gatewayRequestBody?.['anthropic_version'] ?? | ||
| '2023-06-01'; | ||
| providerOptions?.['anthropicBeta'] ?? 'messages-2023-12-15'; |
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.
pls revert the changes on ln 13 and 14
do not change the precedence order for betaHeader. This would break existing flows
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.
test
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.
please sign your commits
yes sir will do |
Description
Motivation
Type of Change
How Has This Been Tested?
Screenshots (if applicable)
Checklist
Related Issues