| # Haven Kitchen OS - Environment Variables | |
| # Copy this file to .env and fill in your API keys | |
| # Required for AI responses | |
| GROQ_API_KEY=your_groq_api_key_here | |
| # Required for text-to-speech (Olivia & Brie's voices) | |
| ELEVENLABS_API_KEY=your_elevenlabs_api_key_here | |
| # Optional - Backup AI if Groq fails | |
| OPENAI_API_KEY=your_openai_api_key_here | |
| # Optional - Real-time web search | |
| SERPER_API_KEY=your_serper_api_key_here | |
| # Google Calendar & Gmail (OAuth - see README for setup) | |
| # credentials.json goes in haven_kitchen_os/ directory | |