| # Environment Variables for Render Deployment | |
| # Hugging Face API Token (for model downloads) | |
| # Get from: https://huggingface.co/settings/tokens | |
| # HF_TOKEN=hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx | |
| # Database Connection (add this when integrating NeonDB) | |
| # DATABASE_URL=postgresql://username:password@host/database | |
| # Server Configuration (Render sets PORT automatically) | |
| # PORT=8000 | |