update stability AI
#7
by
not-lain
- opened
- src/pages/index.tsx +1 -1
src/pages/index.tsx
CHANGED
@@ -21,7 +21,7 @@ const PROVIDERS_MAP: Record<string, ProviderInfo> = {
|
|
21 |
"Qwen": { color: "#0088cc", authors: ["Qwen"] },
|
22 |
"Cohere For AI": { color: "#4C6EE6", authors: ["CohereForAI"] },
|
23 |
"IBM": { color: "#4C6EE6", authors: ["ibm-granite"] },
|
24 |
-
"Stability AI": { color: "#
|
25 |
};
|
26 |
|
27 |
interface ModelData {
|
|
|
21 |
"Qwen": { color: "#0088cc", authors: ["Qwen"] },
|
22 |
"Cohere For AI": { color: "#4C6EE6", authors: ["CohereForAI"] },
|
23 |
"IBM": { color: "#4C6EE6", authors: ["ibm-granite"] },
|
24 |
+
"Stability AI": { color: "#A020F0", authors: ["stabilityai"] },
|
25 |
};
|
26 |
|
27 |
interface ModelData {
|