Skip to content
Snippets Groups Projects
Unverified Commit b285ac90 authored by Ravi Theja's avatar Ravi Theja Committed by GitHub
Browse files

Add cohere command-R model (#11852)

* Add cohere command-R model

* bump version
parent a7d8a105
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ from tenacity import (
)
COMMAND_MODELS = {
"command-r": 128000,
"command": 4096,
"command-nightly": 4096,
"command-light": 4096,
......
......@@ -27,7 +27,7 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-llms-cohere"
readme = "README.md"
version = "0.1.2"
version = "0.1.3"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment