Spaces:
Sleeping
Sleeping
File size: 448 Bytes
790e0e9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # 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
|