Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions livekit-plugins/livekit-plugins-elevenlabs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ pip install livekit-plugins-elevenlabs
## Pre-requisites

You'll need an API key from ElevenLabs. It can be set as an environment variable: `ELEVEN_API_KEY`

Note: this plugin reads `ELEVEN_API_KEY`, while the official ElevenLabs Python SDK reads
`ELEVENLABS_API_KEY`. If you use both in the same project (for example, the plugin in your
agent and the SDK in a separate script), set both variables to the same key.