Jimin Huang
feature: change to TheFinAI
fbb14c9
raw
history blame
238 Bytes
export const HF_CONFIG = {
CLIENT_ID: process.env.OAUTH_CLIENT_ID,
STORAGE_KEY: "hf_oauth",
SCOPE: "openid profile",
PROD_URL: "https://thefinai-open-greek-finance-llm-leaderboard.hf.space",
DEV_URL: "http://localhost:7860"
};