CoolFace
Apppublic

build-small-hackathon/puck

sourceHugging Facemitupdated 3mo agoView on Hugging Face
1likes
.env.example22 linesDownload Raw Back to root
1# Copy to .env.local (gitignored). The daemon loads .env.local at startup.2# All optional — sensible defaults bake in. Real exported env vars override the file.3 4# --- Text brain (narration + chat). Default: local Ollama. ---5# PUCK_BRAIN_URL=http://127.0.0.1:11434/v16# PUCK_BRAIN_MODEL=hf.co/liahmartens/Holotron-12B-GGUF:Q8_07# PUCK_BRAIN_TIMEOUT=258 9# --- Vision (screenshot → events). ---10# Cloud-primary (Modal vLLM) is the default stance: local 12B tiling melts laptops11# and fails on weak machines. Non-localhost URL → whole-image; localhost → tiled.12PUCK_VISION_URL=https://<you>--puck-brain-serve.modal.run/v113PUCK_VISION_MODEL=Hcompany/Holotron-12B14# Optional local fallback (e.g. llama-server on :8080). Empty = cloud only.15PUCK_VISION_FALLBACK_URL=16PUCK_VISION_FALLBACK_MODEL=17# A cold vLLM 12B start can take minutes; once warm it's ~5-15s.18PUCK_VISION_TIMEOUT=12019 20# Modal auth (for `modal deploy server/brain_modal.py`): run `modal token new` — it21# writes ~/.modal.toml. It is NOT read from any env var; keep tokens out of the repo.22