Spaces:
Sleeping
Sleeping
| # API keys | |
| GROQ_API_KEY=your_groq_api_key_here | |
| # Database settings | |
| SQLITE_DB_PATH=profiles.db | |
| # Service settings | |
| API_HOST=0.0.0.0 | |
| API_PORT=8000 | |
| # External API URL (set this in production to the public URL) | |
| # Example for Hugging Face: https://your-space-name.hf.space/api | |
| EXTERNAL_API_URL= | |
| # Application settings | |
| DEBUG=false | |