Create a file named .env in your Alertness AI Suite folder with your API keys:
# Alertness AI Suite - Environment Variables# Copy this file to .env and fill in your API keys# REQUIRED: OpenAI (for DALL-E images and TTS)OPENAI_API_KEY=sk-your-openai-key-here# RECOMMENDED: Replicate (for video generation)REPLICATE_API_TOKEN=r8_your-replicate-token-here# RECOMMENDED: ElevenLabs (for premium TTS)ELEVENLABS_API_KEY=sk_your-elevenlabs-key-here# OPTIONAL: Anthropic (if using API instead of Max plan)ANTHROPIC_API_KEY=sk-ant-your-anthropic-key-here# OPTIONAL: Google CloudGOOGLE_API_KEY=AIzaSy-your-google-key-here# OPTIONAL: Hugging FaceHF_TOKEN=hf_your-huggingface-token-here# Server settingsPORT=8000
Setup Instructions:
Create a new file named .env in your Alertness AI Suite folder
Copy the template above and paste it into the file
Replace each your-xxx-key-here with your actual API keys