Commit
·
4fe065f
1
Parent(s):
87761a0
add more providers
Browse files- src/pages/index.tsx +7 -2
src/pages/index.tsx
CHANGED
|
@@ -6,9 +6,14 @@ const PROVIDERS_MAP = {
|
|
| 6 |
"Mistral AI": { color: "#ff7000", authors: ["mistralai"] },
|
| 7 |
"Meta": { color: "#1877F2", authors: ["facebook", "meta-llama"] },
|
| 8 |
"OpenAI": { color: "#10A37F", authors: ["openai"] },
|
| 9 |
-
"Anthropic": { color: "#cc785c", authors: ["
|
| 10 |
"Google": { color: "#DB4437", authors: ["google"] },
|
| 11 |
-
"Allen Institute for AI": { color: "#5E35B1", authors: ["allenai"] }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
};
|
| 13 |
|
| 14 |
interface ModelData {
|
|
|
|
| 6 |
"Mistral AI": { color: "#ff7000", authors: ["mistralai"] },
|
| 7 |
"Meta": { color: "#1877F2", authors: ["facebook", "meta-llama"] },
|
| 8 |
"OpenAI": { color: "#10A37F", authors: ["openai"] },
|
| 9 |
+
"Anthropic": { color: "#cc785c", authors: ["Anthropic"] },
|
| 10 |
"Google": { color: "#DB4437", authors: ["google"] },
|
| 11 |
+
"Allen Institute for AI": { color: "#5E35B1", authors: ["allenai"] },
|
| 12 |
+
"Apple": { color: "#0088cc", authors: ["apple"] },
|
| 13 |
+
"Microsoft": { color: "#FEB800", authors: ["microsoft"] },
|
| 14 |
+
"NVIDIA": { color: "#76B900", authors: ["nvidia"] },
|
| 15 |
+
"DeepSeek": { color: "#0088cc", authors: ["deepseek-ai"] },
|
| 16 |
+
"Qwen": { color: "#0088cc", authors: ["Qwen"] },
|
| 17 |
};
|
| 18 |
|
| 19 |
interface ModelData {
|