Spaces:
Sleeping
Sleeping
File size: 251 Bytes
d7d3dff | 1 2 3 4 5 6 7 8 9 10 | # API Keys for AI Models
GROQ_API_KEY=your_groq_api_key_here
OPENROUTER_API_KEY=your_openrouter_api_key_here
# Database Configuration (optional)
# DB_PATH=custom_database_path.db
# App Configuration (optional)
# DEBUG=True
# LOG_LEVEL=INFO |