Spaces:
Running
Running
Update src/constants/organizations.ts
Browse files
src/constants/organizations.ts
CHANGED
@@ -3,7 +3,16 @@ import { ProviderInfo } from "../types/heatmap";
|
|
3 |
export const ORGANIZATIONS: ProviderInfo[] = [
|
4 |
|
5 |
{ color: "#ff7000", authors: ["openfree","VIDraft","seawolf2357","ginigen","ginipick","fantaxy","fantos","aiqtech","aiqcamp","Heartsync","immunobiotech","kolaslab"] },
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
{ color: "#ff7000", authors: ["tencent"] },
|
8 |
{ color: "#1877F2", authors: ["black-forest-labs"] },
|
9 |
{ color: "#10A37F", authors: ["prithivMLmods"] },
|
|
|
3 |
export const ORGANIZATIONS: ProviderInfo[] = [
|
4 |
|
5 |
{ color: "#ff7000", authors: ["openfree","VIDraft","seawolf2357","ginigen","ginipick","fantaxy","fantos","aiqtech","aiqcamp","Heartsync","immunobiotech","kolaslab"] },
|
6 |
+
|
7 |
+
{ color: "#ff7000", authors: ["kakaobrain"] },
|
8 |
+
{ color: "#1877F2", authors: ["NCSOFT"] },
|
9 |
+
{ color: "#10A37F", authors: ["upstage"] },
|
10 |
+
{ color: "#cc785c", authors: ["moreh"] },
|
11 |
+
{ color: "#DB4437", authors: ["LGAI-EXAONE"] },
|
12 |
+
{ color: "#F45098", authors: ["naver-hyperclovax"] },
|
13 |
+
{ color: "#0088cc", authors: ["OnomaAIResearch"] },
|
14 |
+
{ color: "#FEB800", authors: ["kakaocorp"] },
|
15 |
+
|
16 |
{ color: "#ff7000", authors: ["tencent"] },
|
17 |
{ color: "#1877F2", authors: ["black-forest-labs"] },
|
18 |
{ color: "#10A37F", authors: ["prithivMLmods"] },
|