Skip to content

Commit 438dfb9

Browse files
authored
chores(hchat): update cohere command R+ to latest version (#1454)
1 parent f7ed4a4 commit 438dfb9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

chart/env/prod.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ envVars:
6969
]
7070
},
7171
{
72-
"name" : "CohereForAI/c4ai-command-r-plus",
72+
"name" : "CohereForAI/c4ai-command-r-plus-08-2024",
7373
"tokenizer": {"tokenizerUrl": "https://huggingface.co/nsarrazin/c4ai-command-r-v01-tokenizer/resolve/main/tokenizer.json", "tokenizerConfigUrl": "https://huggingface.co/nsarrazin/c4ai-command-r-v01-tokenizer/raw/main/tokenizer_config.json"},
74-
"description": "Cohere's largest language model, optimized for conversational interaction and tool use.",
75-
"modelUrl": "https://huggingface.co/CohereForAI/c4ai-command-r-plus",
74+
"description": "Cohere's largest language model, optimized for conversational interaction and tool use. Now with the 2024 update!",
75+
"modelUrl": "https://huggingface.co/CohereForAI/c4ai-command-r-plus-08-2024",
7676
"websiteUrl": "https://docs.cohere.com/docs/command-r-plus",
7777
"logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/cohere-logo.png",
7878
"tools": true,
@@ -267,7 +267,8 @@ envVars:
267267
{ "name": "codellama/CodeLlama-70b-Instruct-hf" },
268268
{ "name": "openchat/openchat-3.5-0106" },
269269
{ "name": "meta-llama/Meta-Llama-3-70B-Instruct"},
270-
{ "name": "meta-llama/Meta-Llama-3.1-405B-Instruct-FP8"}
270+
{ "name": "meta-llama/Meta-Llama-3.1-405B-Instruct-FP8"},
271+
{ "name": "CohereForAI/c4ai-command-r-plus", "transferTo": "CohereForAI/c4ai-command-r-plus-08-2024"}
271272
]
272273
PUBLIC_ORIGIN: "https://huggingface.co"
273274
PUBLIC_SHARE_PREFIX: "https://hf.co/chat"

0 commit comments

Comments
 (0)