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 new Bedrock model IDs #764

Merged
merged 1 commit into from
Apr 29, 2024
Merged

Conversation

srdas
Copy link
Collaborator

@srdas srdas commented Apr 29, 2024

Fixes #763

Enhances to include additional providers of LLMs:

Bedrock models:

  • amazon.titan-text-lite-v1
  • cohere.command-r-v1:0
  • cohere.command-r-plus-v1:0
  • meta.llama3-8b-instruct-v1:0
  • meta.llama3-70b-instruct-v1:0
  • meta.llama3-70b-instruct-v1:0
  • mistral.mistral-7b-instruct-v0:2
  • mistral.mixtral-8x7b-instruct-v0:1
  • mistral.mistral-large-2402-v1:0

Bedrock chat models:

  • anthropic.claude-3-opus-20240229-v1:0

Shown here:
image

Fixes Issue 763 to include additional providers of LLMs
@srdas srdas added the enhancement New feature or request label Apr 29, 2024
@srdas srdas marked this pull request as ready for review April 29, 2024 21:48
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.

Looks good, thank you!

One minor comment: we should title our PRs to be as meaningful as possible. The title of these PRs are used in the automatically generated changelogs we publish with each release.

So instead of "Updated additional LLM providers", can you edit the title of this PR to something like "Add new Bedrock model IDs"?

@srdas srdas changed the title Updated additional LLM providers Updated additional LLM providers to Add New Bedrock Models IDs Apr 29, 2024
@srdas srdas changed the title Updated additional LLM providers to Add New Bedrock Models IDs Updated LLM providers to Add New Bedrock Models IDs Apr 29, 2024
@srdas srdas merged commit 2acfd4d into jupyterlab:main Apr 29, 2024
10 of 11 checks passed
@srdas
Copy link
Collaborator Author

srdas commented Apr 29, 2024

@meeseeksdev please backport to 1.x

meeseeksmachine pushed a commit to meeseeksmachine/jupyter-ai that referenced this pull request Apr 29, 2024
@srdas srdas changed the title Updated LLM providers to Add New Bedrock Models IDs Add New Bedrock Models IDs Apr 29, 2024
@srdas srdas changed the title Add New Bedrock Models IDs Add new Bedrock model IDs Apr 29, 2024
srdas added a commit that referenced this pull request May 1, 2024
Marchlak pushed a commit to Marchlak/jupyter-ai that referenced this pull request Oct 28, 2024
Fixes Issue 763 to include additional providers of LLMs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable additional LLMs in jupyter-ai-magics and Jupyternaut chat
2 participants