Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fix: bot url for auth
Browse files
frontend/src/config/auth.js
CHANGED
@@ -2,6 +2,6 @@ export const HF_CONFIG = {
|
|
2 |
CLIENT_ID: "b78fb86a-a94f-4f18-b0de-c559486ff756",
|
3 |
STORAGE_KEY: "hf_oauth",
|
4 |
SCOPE: "openid profile",
|
5 |
-
PROD_URL: "https://
|
6 |
DEV_URL: "http://localhost:7860"
|
7 |
};
|
|
|
2 |
CLIENT_ID: "b78fb86a-a94f-4f18-b0de-c559486ff756",
|
3 |
STORAGE_KEY: "hf_oauth",
|
4 |
SCOPE: "openid profile",
|
5 |
+
PROD_URL: "https://fr-gouv-coordination-ia-llm-leaderboard-fr.hf.space",
|
6 |
DEV_URL: "http://localhost:7860"
|
7 |
};
|