Spaces:
Build error
Build error
Update src/pages/index.tsx
Browse files- src/pages/index.tsx +1 -0
src/pages/index.tsx
CHANGED
|
@@ -15,6 +15,7 @@ const PROVIDERS_MAP = {
|
|
| 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 {
|
|
|
|
| 15 |
"DeepSeek": { color: "#0088cc", authors: ["deepseek-ai"] },
|
| 16 |
"Qwen": { color: "#0088cc", authors: ["Qwen"] },
|
| 17 |
"Cohere For AI": { color: "#4C6EE6", authors: ["CohereForAI"] },
|
| 18 |
+
"Nymbo": { color: "#4C6EE5", authors: ["Nymbo"] },
|
| 19 |
};
|
| 20 |
|
| 21 |
interface ModelData {
|