Daniel Kantor
.
b62eda1
raw
history blame
283 Bytes
console.log(JSON.stringify(process.env));
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"
};