Skip to content
Snippets Groups Projects
Unverified Commit 7cd9f2a9 authored by Habibul Rahman Qalbi's avatar Habibul Rahman Qalbi Committed by GitHub
Browse files

feat: :sparkles: add support to anthropic `claude-3-5-haiku-latest` model name (#17818)

parent ddf5a48c
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,7 @@ ANTHROPIC_MODELS: Dict[str, int] = { ...@@ -65,6 +65,7 @@ ANTHROPIC_MODELS: Dict[str, int] = {
"claude-3-5-sonnet-latest": 200000, "claude-3-5-sonnet-latest": 200000,
"claude-3-5-sonnet-20240620": 200000, "claude-3-5-sonnet-20240620": 200000,
"claude-3-5-sonnet-20241022": 200000, "claude-3-5-sonnet-20241022": 200000,
"claude-3-5-haiku-latest": 200000,
"claude-3-5-haiku-20241022": 200000, "claude-3-5-haiku-20241022": 200000,
} }
......
...@@ -27,7 +27,7 @@ exclude = ["**/BUILD"] ...@@ -27,7 +27,7 @@ exclude = ["**/BUILD"]
license = "MIT" license = "MIT"
name = "llama-index-llms-anthropic" name = "llama-index-llms-anthropic"
readme = "README.md" readme = "README.md"
version = "0.6.4" version = "0.6.5"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.9,<4.0" python = ">=3.9,<4.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment