11 lines
476 B
Plaintext
11 lines
476 B
Plaintext
# Copy this file to .env and replace with your actual API keys
|
|
|
|
# OpenAI API Key - Get from https://beta.openai.com/
|
|
OPENAI_API_KEY=your-openai-api-key-here
|
|
|
|
# ElevenLabs API Key - Get from https://elevenlabs.io/
|
|
ELEVENLABS_API_KEY=your-elevenlabs-api-key-here
|
|
|
|
# ElevenLabs Voice ID (Optional) - If not set, defaults to "21m00Tcm4TlvDq8ikWAM"
|
|
# You can find available voice IDs at https://elevenlabs.io/docs/api-reference/voices
|
|
ELEVEN_VOICE_ID=your-elevenlabs-voice-id-here |