FLASK_SECRET_KEY=your_secret_key_here_change_in_production FLASK_ENV=development MODELS_DIR=models/finetuned CUDA_VISIBLE_DEVICES=-1 # Admin token for first-time setup (generate with: python -c "import secrets; print(secrets.token_urlsafe(16))") ADMIN_TOKEN=your_admin_token_here