Jimin Huang commited on
Commit
b7875ca
·
1 Parent(s): 507c509

feature: change to TheFinAI

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