Skip to content

Commit

Permalink
dot-env.example: cleanup and add missing environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Apr 3, 2024
1 parent ab6d81a commit 34f0f95
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions dot-env.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
OPENAI_API_KEY=...
ELEVENLABS_API_KEY=...
ELEVENLABS_VOICE_ID=...
# Anthropic
ANTHROPIC_API_KEY=...

# Azure
SPEECH_KEY=...
SPEECH_REGION=...

# Daily
DAILY_API_KEY=...
DAILY_SAMPLE_ROOM_URL=https://...

# ElevenLabs
ELEVENLABS_API_KEY=...
ELEVENLABS_VOICE_ID=...

# Fal
FAL_KEY_ID=...
FAL_KEY_SECRET=...

# PlayHT
PLAY_HT_USER_ID=...
PLAY_HT_API_KEY=...

# OpenAI
OPENAI_API_KEY=...

0 comments on commit 34f0f95

Please sign in to comment.