Merge pull request #2884 from minghinmatthewlam/update-speech-readme

Update README to include Eleven Labs speech setup
This commit is contained in:
Nicholas Tindle
2023-04-22 02:33:47 -05:00
committed by GitHub

View File

@@ -216,6 +216,16 @@ Here are some common arguments you can use when running Auto-GPT:
## 🗣️ Speech Mode
Eleven Labs provides voice technologies such as voice design, speech synthesis, and premade voices that auto gpt can use for speech.
1. Go to [Eleven Labs](https://beta.elevenlabs.io/) and make an account if you don't already have one.
2. Choose and setup the `Starter` plan.
3. Click the top right icon and find "Profile" to locate your API Key.
In the `.env` file set:
- `ELEVENLABS_API_KEY`
- `ELEVENLABS_VOICE_1_ID` (example: _"premade/Adam"_)
Enter this command to use TTS _(Text-to-Speech)_ for Auto-GPT
```bash