NutriLoop / .env.example
AB1N05's picture
Nutriloop V2 Backend - Global Model Architected
1fa55f4
Raw
History Blame Contribute Delete
267 Bytes
# 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