File size: 258 Bytes
e7abd9e |
1 2 3 4 5 6 7 |
export const HF_CONFIG = {
CLIENT_ID: "14c2ee41-0bb5-447b-9b46-70f20ad38663",
STORAGE_KEY: "hf_oauth",
SCOPE: "openid profile",
PROD_URL: "https://open-llm-leaderboard-react-open-llm-leaderboard-react.hf.space",
DEV_URL: "http://localhost:7860"
}; |