mayank-mishra
commited on
Commit
•
c71c73b
1
Parent(s):
b17ac62
Add IBM
Browse files- src/pages/index.tsx +1 -0
src/pages/index.tsx
CHANGED
@@ -20,6 +20,7 @@ const PROVIDERS_MAP: Record<string, ProviderInfo> = {
|
|
20 |
"DeepSeek": { color: "#0088cc", authors: ["deepseek-ai"] },
|
21 |
"Qwen": { color: "#0088cc", authors: ["Qwen"] },
|
22 |
"Cohere For AI": { color: "#4C6EE6", authors: ["CohereForAI"] },
|
|
|
23 |
};
|
24 |
|
25 |
interface ModelData {
|
|
|
20 |
"DeepSeek": { color: "#0088cc", authors: ["deepseek-ai"] },
|
21 |
"Qwen": { color: "#0088cc", authors: ["Qwen"] },
|
22 |
"Cohere For AI": { color: "#4C6EE6", authors: ["CohereForAI"] },
|
23 |
+
"IBM": { color: "#4C6EE6", authors: ["ibm-granite"] },
|
24 |
};
|
25 |
|
26 |
interface ModelData {
|