Spaces:
Sleeping
Sleeping
| # Epicurean Simmer β config. For LOCAL dev: copy to `.env` and fill in. | |
| # cp .env.example .env then edit | |
| # On a Hugging Face Space, do NOT use this file β set each var under | |
| # Settings β Variables and secrets (HF_TOKEN must be a *secret*). | |
| # ββ Reasoning model (Mellum 2) ββββββββββββββββββββββββββββββββββββββββββββββ | |
| # zerogpu = run in-Space on ZeroGPU | modal = call your Modal endpoint | |
| INFERENCE_BACKEND=modal | |
| # Your deployed Modal URL (from `modal deploy modal_app.py`). Treat as sensitive: | |
| # anyone with it can spend your GPU credits. | |
| MODAL_REASON_URL=https://<your-workspace>--epicurean-simmer-reasoner-generate.modal.run | |
| # MOCK_LLM=1 # uncomment for a fully offline scripted planner (no model) | |
| # ββ Vision (MiniCPM-V) ββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # openbmb = free hosted API (no GPU) | zerogpu | modal | |
| VISION_BACKEND=openbmb | |
| # MINICPM_API_KEY=sk-... # override the shared public key if it gets throttled | |
| # ββ Code sandbox (kitchen math) βββββββββββββββββββββββββββββββββββββββββββββ | |
| # local = subprocess (dev only) | modal = isolated sandbox (use this on the Space) | mock | |
| SANDBOX_BACKEND=local | |
| # ββ Dish image (FLUX.2 klein via HF Inference, fal-ai provider) βββββββββββββ | |
| HF_TOKEN=hf_xxxxxxxxxxxxxxxxxxxxx | |
| HF_BILL_TO=build-small-hackathon | |