Files
eve-alpha/.env.example
Aodhan Collins 66749a5ce7 Initial commit
2025-10-06 00:33:04 +01:00

16 lines
473 B
Plaintext

# EVE Environment Variables
# Copy this file to .env and fill in your API keys
# OpenRouter API Key (unified access to GPT-4, Claude, Llama, and more)
# Get your key at: https://openrouter.ai/keys
VITE_OPENROUTER_API_KEY=sk-or-v1-your-key-here
# ElevenLabs API Key (for text-to-speech)
VITE_ELEVENLABS_API_KEY=your-key-here
# Optional: OpenAI API Key (for Whisper STT if not using local)
VITE_OPENAI_API_KEY=sk-your-key-here
# Development Settings
VITE_DEBUG_MODE=true