cfahlgren1 HF staff commited on
Commit
2c4b215
1 Parent(s): 428d2d6

add allenai

Browse files
Files changed (1) hide show
  1. src/pages/index.tsx +1 -0
src/pages/index.tsx CHANGED
@@ -8,6 +8,7 @@ const PROVIDERS_MAP = {
8
  "OpenAI": { color: "#10A37F", authors: ["openai"] },
9
  "Anthropic": { color: "#cc785c", authors: ["anthropic"] },
10
  "Google": { color: "#DB4437", authors: ["google"] },
 
11
  };
12
 
13
  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
  };
13
 
14
  interface ModelData {