Clémentine commited on
Commit
9beb346
1 Parent(s): a9fc93d

update oauth with bot login

Browse files
Files changed (1) hide show
  1. frontend/src/config/auth.js +2 -2
frontend/src/config/auth.js CHANGED
@@ -1,7 +1,7 @@
1
  export const HF_CONFIG = {
2
- CLIENT_ID: "14c2ee41-0bb5-447b-9b46-70f20ad38663",
3
  STORAGE_KEY: "hf_oauth",
4
  SCOPE: "openid profile",
5
- PROD_URL: "https://open-llm-leaderboard-react-open-llm-leaderboard-react.hf.space",
6
  DEV_URL: "http://localhost:7860"
7
  };
 
1
  export const HF_CONFIG = {
2
+ CLIENT_ID: "18fe6b93-6921-444c-9a20-5c22c578f2d8",
3
  STORAGE_KEY: "hf_oauth",
4
  SCOPE: "openid profile",
5
+ PROD_URL: "https://open-llm-leaderboard-open-llm-leaderboard.hf.space",
6
  DEV_URL: "http://localhost:7860"
7
  };