# Copy these to HuggingFace Space Secrets (Settings > Variables and Secrets) # Never commit the actual .env file SUPABASE_URL=https://your-project.supabase.co SUPABASE_KEY=your-anon-public-key SUPABASE_SERVICE_KEY=your-service-role-key DATABASE_URL=postgresql://postgres:your-password@db.your-project.supabase.co:5432/postgres JWT_SECRET=change-this-to-a-random-secure-string # Model paths inside container (defaults already set in config.py — no need to change) # CLASSIFIER_MODEL_PATH=trained_model/pytorch_model.bin # RANKER_MODEL_PATH=trained_model/ranker # INTENT_MODEL_PATH=trained_model/intent_classifier # SLOT_MODEL_PATH=trained_model/slot_extractor DEBUG=false