From 9607ae0c1e126adffb0f0e44cf9497a4db93e945 Mon Sep 17 00:00:00 2001 From: Mansy Date: Sat, 15 Apr 2023 22:26:00 +0200 Subject: [PATCH] Update README.md Use correct var name "ELEVENLABS_API_KEY" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae487cebf3..91dc487bdb 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ cd Auto-GPT pip install -r requirements.txt ``` -5. Rename `.env.template` to `.env` and fill in your `OPENAI_API_KEY`. If you plan to use Speech Mode, fill in your `ELEVEN_LABS_API_KEY` as well. +5. Rename `.env.template` to `.env` and fill in your `OPENAI_API_KEY`. If you plan to use Speech Mode, fill in your `ELEVENLABS_API_KEY` as well. - See [OpenAI API Keys Configuration](#openai-api-keys-configuration) to obtain your OpenAI API key. - Obtain your ElevenLabs API key from: https://elevenlabs.io. You can view your xi-api-key using the "Profile" tab on the website. - If you want to use GPT on an Azure instance, set `USE_AZURE` to `True` and then follow these steps: