Skip to content

Commit

Permalink
add claude sonnet 3.5 to bedrock converse (#14306)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Jun 21, 2024
1 parent cae9303 commit bc21df2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"anthropic.claude-3-sonnet-20240229-v1:0": 200000,
"anthropic.claude-3-haiku-20240307-v1:0": 200000,
"anthropic.claude-3-opus-20240229-v1:0": 200000,
"anthropic.claude-3-5-sonnet-20240620-v1:0": 200000,
"ai21.j2-mid-v1": 8192,
"ai21.j2-ultra-v1": 8192,
"cohere.command-text-v14": 4096,
Expand All @@ -47,6 +48,7 @@
"anthropic.claude-3-sonnet-20240229-v1:0",
"anthropic.claude-3-haiku-20240307-v1:0",
"anthropic.claude-3-opus-20240229-v1:0",
"anthropic.claude-3-5-sonnet-20240620-v1:0",
"cohere.command-r-v1:0",
"cohere.command-r-plus-v1:0",
"mistral.mistral-large-2402-v1:0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-llms-bedrock-converse"
readme = "README.md"
version = "0.1.2"
version = "0.1.3"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down

0 comments on commit bc21df2

Please sign in to comment.