tfrere's picture
first commit
970eef1
raw
history blame
236 Bytes
export const HF_CONFIG = {
CLIENT_ID: "a8077b24-00b4-42b9-8202-75e72e3b86b1",
STORAGE_KEY: "hf_oauth",
SCOPE: "openid profile",
PROD_URL: "https://yourbench-yourbench-simple-demo.hf.space",
DEV_URL: window.location.origin,
};