Daniel Kantor
.
51e3f6a
raw
history blame
240 Bytes
export const HF_CONFIG = {
CLIENT_ID: process.env.OAUTH_CLIENT_ID,
STORAGE_KEY: "hf_oauth",
SCOPE: "openid profile",
PROD_URL: "https://huggingface.co/spaces/stacklok/llm-security-leaderboard",
DEV_URL: "http://localhost:7861"
};