Skip to content
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-Haiku #696

Merged
merged 2 commits into from
Mar 20, 2024
Merged

Add Claude-3-Haiku #696

merged 2 commits into from
Mar 20, 2024

Conversation

srdas
Copy link
Collaborator

@srdas srdas commented Mar 20, 2024

Fixes #695

Added the Claude 3 Haiku model to Anthropic Chat providers and also to Bedrock Claude Chat providers. Tested that it is working.
image

Added the Claude 3 Haiku model to Anthropic Chat providers and also to Bedrock Claude Chat providers
@srdas srdas added the enhancement New feature or request label Mar 20, 2024
Copy link
Member

@dlqqq dlqqq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! 🙏

@srdas srdas merged commit d294c68 into jupyterlab:main Mar 20, 2024
9 of 10 checks passed
@srdas
Copy link
Collaborator Author

srdas commented Mar 20, 2024

@meeseeksdev please backport to 1.x

Copy link

lumberbot-app bot commented Mar 20, 2024

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout 1.x
git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 d294c683661a8364f465bf9faf9a2a29aba65056
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #696: Add Claude-3-Haiku'
  1. Push to a named branch:
git push YOURFORK 1.x:auto-backport-of-pr-696-on-1.x
  1. Create a PR against branch 1.x, I would have named this PR:

"Backport PR #696 on branch 1.x (Add Claude-3-Haiku)"

And apply the correct labels and milestones.

Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon!

Remember to remove the Still Needs Manual Backport label once the PR gets merged.

If these instructions are inaccurate, feel free to suggest an improvement.

srdas added a commit to srdas/jupyter-ai that referenced this pull request Mar 20, 2024
* Add Claude-3-Haiku

Added the Claude 3 Haiku model to Anthropic Chat providers and also to Bedrock Claude Chat providers

* [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>
(cherry picked from commit d294c68)
srdas added a commit that referenced this pull request Mar 20, 2024
* Add Claude-3-Haiku

Added the Claude 3 Haiku model to Anthropic Chat providers and also to Bedrock Claude Chat providers

* [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>
(cherry picked from commit d294c68)
dbelgrod pushed a commit to dbelgrod/jupyter-ai that referenced this pull request Jun 10, 2024
* Add Claude-3-Haiku

Added the Claude 3 Haiku model to Anthropic Chat providers and also to Bedrock Claude Chat providers

* [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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Claude-3-Haiku model to Bedrock Chat
2 participants