Skip to content

Commit

Permalink
update readme for speech
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Lam committed Apr 22, 2023
1 parent fc4b5ad commit 798d2d6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 798d2d6

Please sign in to comment.