File size: 529 Bytes
5aeac76 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # 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
|