Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-work Docs and split out README (using MkDocs) #2894

Merged
merged 12 commits into from
Apr 22, 2023
Prev Previous commit
Next Next commit
resolve readme merge conflict
  • Loading branch information
richbeales committed Apr 22, 2023
commit 0a03cab617b43e3b397167b060e5af555052499b
10 changes: 10 additions & 0 deletions docs/configuration/voice.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ Enter this command to use TTS _(Text-to-Speech)_ for Auto-GPT
python -m autogpt --speak
```

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"_)

### List of IDs with names from eleven labs. You can use the name or ID:

- Rachel : 21m00Tcm4TlvDq8ikWAM
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.