narrator icon indicating copy to clipboard operation
narrator copied to clipboard

ELEVEN_API_KEY, not ELEVENLABS_API_KEY

Open edoumazane opened this issue 1 year ago • 2 comments

In README.md, change:

export OPENAI_API_KEY=<token>
export ELEVENLABS_API_KEY=<eleven-token>

to

export OPENAI_API_KEY=<token>
export ELEVEN_API_KEY=<eleven-token>

edoumazane avatar Nov 16 '23 23:11 edoumazane