From a306bf0649a215e181babc4348e75f10cd8ffdf3 Mon Sep 17 00:00:00 2001 From: David Gil Date: Wed, 15 Nov 2023 19:01:26 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8cb1ce..0e46812 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ Make a [Replicate](https://replicate.com) and ElevenLabs (https://elevenlabs.io) ``` export REPLICATE_API_TOKEN= -export ELEVENLABS_API_TOKEN= +export ELEVEN_API_KEY= +export OPENAI_API_KEY= ``` Make a new voice in Eleven and get the voice id of that voice using their [get voices](https://elevenlabs.io/docs/api-reference/voices) API.