rtetley's picture
fix: bot url for auth
340080f verified
raw
history blame contribute delete
246 Bytes
export const HF_CONFIG = {
CLIENT_ID: "b78fb86a-a94f-4f18-b0de-c559486ff756",
STORAGE_KEY: "hf_oauth",
SCOPE: "openid profile",
PROD_URL: "https://fr-gouv-coordination-ia-llm-leaderboard-fr.hf.space",
DEV_URL: "http://localhost:7860"
};