| # Do not commit real values. | |
| # scripts/modal_deploy.sh writes real endpoint URLs to .env. | |
| # HF Hub | |
| HF_TOKEN= # write token for model push (modal run ...::push); not needed at inference if model is public | |
| HF_RECEIPT_MODEL_REPO= # e.g. summerdevlin46/dukaan-saathi-receipt-lora | |
| # Hugging Face Space persistence | |
| # For the public Docker Space, set this to /data/dukaan.db only after enabling | |
| # persistent storage in Space settings. Without persistent storage, omit it and | |
| # the demo DB remains runtime-local. | |
| DB_PATH= | |
| RECEIPT_BACKEND=hf_inference | |
| # Modal endpoints (written automatically by scripts/modal_deploy.sh) | |
| MODAL_RECEIPT_ENDPOINT= | |
| MINICPM_RECEIPT_ENDPOINT= | |
| MODAL_RECEIPT_LLM_ENDPOINT= | |
| MODAL_RECEIPT_PARSER_ENDPOINT= | |
| MODAL_SPEECH_ENDPOINT= | |
| SPEECH_ASR_ENDPOINT= | |
| MODAL_NLU_ENDPOINT= | |