# Mac-Worker Konfiguration APP_HOST=0.0.0.0 APP_PORT=8080 # Whisper-Engine: "mlx" (Apple Silicon), "faster" (CPU/CUDA), oder "mock" (Testbetrieb) WHISPER_ENGINE=mlx WHISPER_MODEL=large-v3 WHISPER_BATCH_SIZE=12 WHISPER_LANGUAGE=de # Ollama (lokal auf dem Mac) OLLAMA_URL=http://127.0.0.1:11434 OLLAMA_MODEL=llama3.1:8b OLLAMA_TIMEOUT=600 # Arbeitsverzeichnis für temporäre Dateien WORK_DIR=/tmp/voice-agent-mac