11 lines
368 B
Plaintext
11 lines
368 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
|
|
OPENROUTER_API_KEY=sk-or-v1-your-key-here
|
|
|
|
# ElevenLabs API Key (for text-to-speech)
|
|
# Get your key at: https://elevenlabs.io
|
|
ELEVENLABS_API_KEY=your-elevenlabs-key-here
|