Nymbo commited on
Commit
d6e382a
·
verified ·
1 Parent(s): 80009d1

Update src/pages/index.tsx

Browse files
Files changed (1) hide show
  1. 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 {