| # data-label-factory environment configuration | |
| # | |
| # Copy to .env (or just `export` these in your shell) and edit URLs | |
| # to point at the backend(s) you have running. | |
| # ----- Qwen 2.5-VL backend (mlx_vlm.server) ----- | |
| # Default: localhost. Override if you run the server on another machine. | |
| QWEN_URL=http://localhost:8291 | |
| QWEN_MODEL_PATH=mlx-community/Qwen2.5-VL-3B-Instruct-4bit | |
| # ----- Gemma 4 + Falcon backend (mac_tensor) ----- | |
| # Default: localhost. Override if you run on a remote Mac (e.g. an M4 Mini). | |
| GEMMA_URL=http://localhost:8500 | |