Skip to content
Snippets Groups Projects
Unverified Commit b767f274 authored by drebah's avatar drebah Committed by GitHub
Browse files

Adding claude 3 opus to BedRock integration (#13033)

* Adding claude 3 opus to BedRock integration

* Increment version
parent c0f83211
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,7 @@ CHAT_ONLY_MODELS = { ...@@ -46,6 +46,7 @@ CHAT_ONLY_MODELS = {
"anthropic.claude-v2:1": 200000, "anthropic.claude-v2:1": 200000,
"anthropic.claude-3-sonnet-20240229-v1:0": 200000, "anthropic.claude-3-sonnet-20240229-v1:0": 200000,
"anthropic.claude-3-haiku-20240307-v1:0": 200000, "anthropic.claude-3-haiku-20240307-v1:0": 200000,
"anthropic.claude-3-opus-20240229-v1:0": 200000,
"meta.llama2-13b-chat-v1": 2048, "meta.llama2-13b-chat-v1": 2048,
"meta.llama2-70b-chat-v1": 4096, "meta.llama2-70b-chat-v1": 4096,
"mistral.mistral-7b-instruct-v0:2": 32000, "mistral.mistral-7b-instruct-v0:2": 32000,
...@@ -66,6 +67,7 @@ STREAMING_MODELS = { ...@@ -66,6 +67,7 @@ STREAMING_MODELS = {
"anthropic.claude-v2:1", "anthropic.claude-v2:1",
"anthropic.claude-3-sonnet-20240229-v1:0", "anthropic.claude-3-sonnet-20240229-v1:0",
"anthropic.claude-3-haiku-20240307-v1:0", "anthropic.claude-3-haiku-20240307-v1:0",
"anthropic.claude-3-opus-20240229-v1:0",
"meta.llama2-13b-chat-v1", "meta.llama2-13b-chat-v1",
"mistral.mistral-7b-instruct-v0:2", "mistral.mistral-7b-instruct-v0:2",
"mistral.mixtral-8x7b-instruct-v0:1", "mistral.mixtral-8x7b-instruct-v0:1",
......
...@@ -27,7 +27,7 @@ exclude = ["**/BUILD"] ...@@ -27,7 +27,7 @@ exclude = ["**/BUILD"]
license = "MIT" license = "MIT"
name = "llama-index-llms-bedrock" name = "llama-index-llms-bedrock"
readme = "README.md" readme = "README.md"
version = "0.1.6" version = "0.1.7"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<4.0" python = ">=3.8.1,<4.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment