Commit
•
e4c1ec6
1
Parent(s):
4fe065f
Add Cohere For AI to Model Release Heatmap (#3)
Browse files- Add Cohere For AI to Model Release Heatmap (4808cf751b2c6461a46346e57acc09a519b41f8e)
Co-authored-by: Alejandro Rodriguez <alexrs@users.noreply.huggingface.co>
- src/pages/index.tsx +1 -0
src/pages/index.tsx
CHANGED
@@ -14,6 +14,7 @@ const PROVIDERS_MAP = {
|
|
14 |
"NVIDIA": { color: "#76B900", authors: ["nvidia"] },
|
15 |
"DeepSeek": { color: "#0088cc", authors: ["deepseek-ai"] },
|
16 |
"Qwen": { color: "#0088cc", authors: ["Qwen"] },
|
|
|
17 |
};
|
18 |
|
19 |
interface ModelData {
|
|
|
14 |
"NVIDIA": { color: "#76B900", authors: ["nvidia"] },
|
15 |
"DeepSeek": { color: "#0088cc", authors: ["deepseek-ai"] },
|
16 |
"Qwen": { color: "#0088cc", authors: ["Qwen"] },
|
17 |
+
"Cohere For AI": { color: "#4C6EE6", authors: ["CohereForAI"] },
|
18 |
};
|
19 |
|
20 |
interface ModelData {
|