Skip to content

Commit

Permalink
Add ELEVENLABS_API_KEY environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ExplorerGT92 committed Jan 17, 2024
1 parent 86eb6f0 commit 19faa0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@
# Configures the main app to use the local system TTS rate.
TTS_RATE = int(os.getenv("TTS_RATE", str(150)))

ELEVENLABS_API_KEY = os.getenv("ELEVENLABS_API_KEY")
ELEVENLABS_VOICE = os.getenv("ELEVENLABS_VOICE", "Rachel")

0 comments on commit 19faa0e

Please sign in to comment.