ggcristian
commited on
Commit
•
3296d70
1
Parent(s):
87761a0
Add Salesforce
Browse filesI do not have the resources to double check this is working as expected :(
- src/pages/index.tsx +2 -1
src/pages/index.tsx
CHANGED
@@ -8,7 +8,8 @@ const PROVIDERS_MAP = {
|
|
8 |
"OpenAI": { color: "#10A37F", authors: ["openai"] },
|
9 |
"Anthropic": { color: "#cc785c", authors: ["anthropic"] },
|
10 |
"Google": { color: "#DB4437", authors: ["google"] },
|
11 |
-
"Allen Institute for AI": { color: "#5E35B1", authors: ["allenai"] }
|
|
|
12 |
};
|
13 |
|
14 |
interface ModelData {
|
|
|
8 |
"OpenAI": { color: "#10A37F", authors: ["openai"] },
|
9 |
"Anthropic": { color: "#cc785c", authors: ["anthropic"] },
|
10 |
"Google": { color: "#DB4437", authors: ["google"] },
|
11 |
+
"Allen Institute for AI": { color: "#5E35B1", authors: ["allenai"] },
|
12 |
+
"Salesforce": { color: "#ade7ff", authors: ["Salesforce"] }
|
13 |
};
|
14 |
|
15 |
interface ModelData {
|