Jimin Huang
commited on
Commit
·
fbb14c9
1
Parent(s):
b7875ca
feature: change to TheFinAI
Browse files
frontend/src/config/auth.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
export const HF_CONFIG = {
|
2 |
-
CLIENT_ID:
|
3 |
STORAGE_KEY: "hf_oauth",
|
4 |
SCOPE: "openid profile",
|
5 |
PROD_URL: "https://thefinai-open-greek-finance-llm-leaderboard.hf.space",
|
|
|
1 |
export const HF_CONFIG = {
|
2 |
+
CLIENT_ID: process.env.OAUTH_CLIENT_ID,
|
3 |
STORAGE_KEY: "hf_oauth",
|
4 |
SCOPE: "openid profile",
|
5 |
PROD_URL: "https://thefinai-open-greek-finance-llm-leaderboard.hf.space",
|