mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Merge pull request #2884 from minghinmatthewlam/update-speech-readme
Update README to include Eleven Labs speech setup
This commit is contained in:
10
README.md
10
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user