prediction_api / .env.example
Vedang2004's picture
Upload folder using huggingface_hub
4847e7d verified
# Database (Supabase)
SQL_ENGINE=django.db.backends.postgresql
SQL_DATABASE=postgres
SQL_DATABASE_HOST=<your-supabase-host>
SQL_DATABASE_PORT=5432
SQL_USER=postgres
SQL_PASSWORD=<your-supabase-password>
# AI Services
GROQ_API_KEY=<your-groq-key>