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" };