rtetley commited on
Commit
de1c9c3
Β·
verified Β·
1 Parent(s): 91d884e

fix(auth): test was succesful -- restoring

Browse files
Files changed (1) hide show
  1. frontend/src/config/auth.js +2 -2
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://fr-gouv-coordination-ia-test.hf.space/", //"https://huggingface.co/spaces/fr-gouv-coordination-ia/llm_leaderboard_fr",
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://huggingface.co/spaces/fr-gouv-coordination-ia/llm_leaderboard_fr",
6
  DEV_URL: "http://localhost:7860"
7
+ };