File size: 236 Bytes
970eef1
 
 
 
 
 
 
1
2
3
4
5
6
7
8
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,
};