window.APP_CONFIG = { // Required Corpus API base. API_BASE_URL: "https://api.corpus.swecha.org/api/v1", // Optional: set this if Corpus already has ASR endpoint for URL-based transcription. CORPUS_ASR_ENDPOINT: "", // HuggingFace inference configuration. HF_API_BASE_URL: "https://router.huggingface.co/hf-inference/models", HF_ASR_MODEL: "viswamaicoe/swecha-gonthuka-asr", HF_TOKEN: "", LOCAL_ASR_BASE_URL: "", // Set to empty for relative paths (e.g. in Hugging Face) };