16 lines
473 B
Plaintext
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
|