Jimin Huang
commited on
Commit
·
b7875ca
1
Parent(s):
507c509
feature: change to TheFinAI
Browse files
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: "
|
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 |
};
|