JANGG_AI_API / .env.example
FredyHoundayi's picture
Fix missing environment variables: make GROQ_API_KEY optional and set defaults in Dockerfile
737d96c
raw
history blame
183 Bytes
# API Keys
GROQ_API_KEY=your_groq_api_key_here
OPENAI_API_KEY=your_openai_api_key_here
# Database
DATABASE_URL=sqlite:///./brain_platform.db
# Other settings
ENVIRONMENT=production