| # Supabase credentials | |
| SUPABASE_URL=your_supabase_project_url | |
| SUPABASE_KEY=your_supabase_anon_key | |
| # NewsAPI (free tier: https://newsapi.org) | |
| NEWSAPI_KEY=your_newsapi_key | |
| # Hugging Face (for model uploads) | |
| HF_TOKEN=your_hf_token | |
| HF_REPO_ID=your_username/nutriloop-ai |