| # Copy to .env (local) or set as HF Space secrets. The model runs on Modal. | |
| MODAL_ENDPOINT_URL=https://your-org--storycode-minicpm-serve.modal.run/v1 | |
| MODAL_API_KEY=your-shared-secret | |
| MODEL_ID=openbmb/MiniCPM4.1-8B | |
| # Break-glass only: run the model inside the Space on ZeroGPU (needs HF PRO and | |
| # the heavy deps added to requirements.txt). Leave 0 for normal operation. | |
| USE_ZEROGPU_FALLBACK=0 | |