Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Clémentine
commited on
Commit
•
9beb346
1
Parent(s):
a9fc93d
update oauth with bot login
Browse files
frontend/src/config/auth.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
export const HF_CONFIG = {
|
2 |
-
CLIENT_ID: "
|
3 |
STORAGE_KEY: "hf_oauth",
|
4 |
SCOPE: "openid profile",
|
5 |
-
PROD_URL: "https://open-llm-leaderboard-
|
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 |
};
|