Spaces:
Sleeping
Sleeping
| # Copy this file to .env and fill in your actual API keys | |
| # OpenAI API Configuration (REQUIRED) | |
| OPENAI_API_KEY=sk-your-openai-api-key-here | |
| # GitHub Integration (OPTIONAL - for support tickets) | |
| # Get a token from: https://github.com/settings/tokens | |
| # Required scopes: repo | |
| GITHUB_TOKEN= | |
| GITHUB_REPO= | |
| # Database Configuration (OPTIONAL - defaults work fine) | |
| DATABASE_PATH=./database/car_prices.db | |
| # Application Settings (OPTIONAL) | |
| LOG_LEVEL=INFO | |