Skip to content

Commit c587072

Browse files
committed
CohereLabs
1 parent 2c39055 commit c587072

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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/Cohere" target="_blank">
30+
<a href="https://huggingface.co/CohereLabs" 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +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",
3839
"fal-ai": "fal",
3940
"fireworks-ai": "fireworks-ai",
4041
"hf-inference": "hf-inference",
@@ -48,6 +49,7 @@ const PROVIDERS_HUB_ORGS: Record<string, string> = {
4849

4950
const PROVIDERS_URLS: Record<string, string> = {
5051
cerebras: "https://www.cerebras.ai/",
52+
cohere: "https://cohere.com/",
5153
"fal-ai": "https://fal.ai/",
5254
"fireworks-ai": "https://fireworks.ai/",
5355
"hf-inference": "https://huggingface.co/",
@@ -742,8 +744,6 @@ Object.entries(PER_PROVIDER_TASKS).forEach(([provider, tasks]) => {
742744
);
743745
});
744746

745-
console.log(PER_PROVIDER_TASKS);
746-
747747
/////////////////////////
748748
//// Rendering utils ////
749749
/////////////////////////

0 commit comments

Comments
 (0)