health-assistant / env_example.txt
yuting111222's picture
fix: use USDA API for nutrition, update Dockerfile for Hugging Face
07a86d7
raw
history blame contribute delete
298 Bytes
# USDA API Key for nutrition data (get from https://fdc.nal.usda.gov/api-key-signup.html)
USDA_API_KEY=your_usda_api_key_here
# Database configuration (optional, defaults to SQLite)
DATABASE_URL=sqlite:///tmp/data/health_assistant.db
# Hugging Face Spaces configuration
HF_SPACE_ID=your_space_id