File size: 393 Bytes
71d239c | 1 2 3 4 5 6 7 8 9 | # 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
|