-
Notifications
You must be signed in to change notification settings - Fork 839
Add Claude 3.5 Haiku via Anthropic API #836
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 Claude 3.5 Haiku via Anthropic API #836
Conversation
fe6e163
to
0694d9e
Compare
ping @josStorer
@Copilot
Copilot
AI
left a comment
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.
Pull Request Overview
Adds configuration support for the new Claude 3.5 Haiku model via the Anthropic API.
- Introduces a new model key
claude35HaikuApi
inclaudeApiModelKeys
- Defines the corresponding
Models
entry with version string and description
Comments suppressed due to low confidence (2)
src/config/index.mjs:71
- Add or update unit tests to verify that
claude35HaikuApi
is recognized by the model key array and correctly resolves in theModels
mapping.
'claude35HaikuApi',
src/config/index.mjs:71
- Ensure any user-facing documentation (e.g., README or API reference) is updated to mention the newly supported Claude 3.5 Haiku model.
'claude35HaikuApi',
/review
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here.
PR Reviewer Guide 🔍
Here are some key observations to aid the review process:
/improve
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here.
PR Code Suggestions ✨
No code suggestions found for the PR.
2932a92
into
ChatGPTBox-dev:master
Reference: