Skip to content

Commit

Permalink
Added new models (#908)
Browse files Browse the repository at this point in the history
Added the latest llama-3.1 models available on Amazon Bedrock, and gpt-4o mini. All these models were recently released and have become popular.
  • Loading branch information
srdas authored Jul 24, 2024
1 parent 8ae2491 commit 28d5009
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class ChatOpenAIProvider(BaseProvider, ChatOpenAI):
"gpt-4-0125-preview",
"gpt-4-1106-preview",
"gpt-4o",
"gpt-4o-mini",
]
model_id_key = "model_name"
pypi_package_deps = ["langchain_openai"]
Expand Down
2 changes: 2 additions & 0 deletions packages/jupyter-ai-magics/jupyter_ai_magics/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,8 @@ class BedrockProvider(BaseProvider, Bedrock):
"meta.llama2-70b-chat-v1",
"meta.llama3-8b-instruct-v1:0",
"meta.llama3-70b-instruct-v1:0",
"meta.llama3-1-8b-instruct-v1:0",
"meta.llama3-1-70b-instruct-v1:0",
"mistral.mistral-7b-instruct-v0:2",
"mistral.mixtral-8x7b-instruct-v0:1",
"mistral.mistral-large-2402-v1:0",
Expand Down

0 comments on commit 28d5009

Please sign in to comment.