# Copy to `.env` (gitignored) for host-specific overrides. run.sh / run.ps1 load it. # Only set what you need — every value has a sane default in router.py. # ComfyUI image generation — point at wherever ComfyUI runs (another box is fine): ROUTER_COMFYUI=http://comfyui-host.example:8188 ROUTER_COMFY_CHECKPOINT=your_model.safetensors # Bind / networking (defaults shown): # ROUTER_HOST=0.0.0.0 # ROUTER_OLLAMA=http://127.0.0.1:11434 # Audio model for /v1/audio/* (must have 'audio' capability): # ROUTER_AUDIO_MODEL=gemma4:e4b