Skip to content

Commit

Permalink
tts skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBirdTech committed Mar 13, 2024
1 parent 239fe35 commit 9e7b1ab
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions docs/services/text-to-speech.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ title: "Text To Speech"
description: "Converts the text into audio"
---

- Piper (Local)
- OpenAI (Hosted)
- Add more (placeholder, we will add instructions soon)
To select your Text-To-Speech provider:

```bash
# Set TTS service
01 --tts-service openai
```

## Piper (Local)

Local, nice!

## OpenAI (Hosted)

Still cool!

## Other Models

More instructions coming soon!

0 comments on commit 9e7b1ab

Please sign in to comment.