# Environment variables for local development ("dev" environment). # These values are loaded from the .env file when running locally. # In production ("prod" environment), environment variables must be set in the system # and will not be loaded from this file. # API Keys HUME_API_KEY=YOUR_HUME_API_KEY ANTHROPIC_API_KEY=YOUR_ANTHROPIC_API_KEY ELEVENLABS_API_KEY=YOUR_ELEVENLABS_API_KEY