Initial commit
This commit is contained in:
15
.env.example
Normal file
15
.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user