Skip to content

Commit c8bf798

Browse files
committed
1 parent c587072 commit c8bf798

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/inference-providers/providers/cohere.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For more details, check out the `generate.ts` script: https://github.com/hugging
2727
</div>
2828

2929
<div class="flex">
30-
<a href="https://huggingface.co/CohereLabs" target="_blank">
30+
<a href="https://huggingface.co/Cohere" target="_blank">
3131
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-us-on-hf-lg.svg"/>
3232
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-us-on-hf-lg-dark.svg"/>
3333
</a>

scripts/inference-providers/scripts/generate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const HEADERS: Record<string, string> = process.env.HF_TOKEN
3535

3636
const PROVIDERS_HUB_ORGS: Record<string, string> = {
3737
cerebras: "cerebras",
38-
cohere: "CohereLabs",
38+
cohere: "Cohere",
3939
"fal-ai": "fal",
4040
"fireworks-ai": "fireworks-ai",
4141
"hf-inference": "hf-inference",

0 commit comments

Comments
 (0)