| # Copy this file to `.env` locally. Do not commit real secrets. | |
| HF_TOKEN=hf_xxx_your_token_here | |
| HF_ENDPOINT_URL=https://your-endpoint-url.endpoints.huggingface.cloud | |
| HF_QWEN_ENDPOINT_URL=https://your-qwen-endpoint-url.endpoints.huggingface.cloud | |
| HF_AF3_ENDPOINT_URL=https://your-af3-endpoint-url.endpoints.huggingface.cloud | |
| QWEN_MODEL_ID=Qwen/Qwen2-Audio-7B-Instruct | |
| AF3_MODEL_ID=nvidia/audio-flamingo-3-hf | |
| AF3_NV_DEFAULT_MODE=think | |
| OPENAI_API_KEY=sk-proj-xxx | |
| OPENAI_MODEL=gpt-5-mini | |
| # Optional defaults used by scripts/hf_clone.py | |
| HF_USERNAME=your-hf-username | |