| # Hugging Face — model downloads + Spaces LLM fallback | |
| HF_TOKEN= | |
| # Ollama (local LLM) | |
| OLLAMA_MODEL=mindfull | |
| # Set to 1 when SadTalker checkpoints are not present | |
| DISABLE_VIDEO=0 | |
| # Override HF model repos (optional; defaults in scripts/download_models.py) | |
| # HF_REPO_F5TTS=IamSamkk/police-bot-f5tts | |
| # HF_REPO_SADTALKER=IamSamkk/sadtalker-checkpoints | |
| # HF_REPO_GFPGAN=IamSamkk/gfpgan-weights | |