tts option docs

pull/82/head
Mike Bird 10 months ago
parent a1e14112b7
commit 6a42cbd7c1

@ -1,22 +1,23 @@
--- ---
title: "Text To Speech" title: "Text To Speech"
description: "Converts the text into audio" description: "The service to speak the text"
--- ---
To select your Text-To-Speech provider: ## Piper (Local)
This option installs piper to allow all text to speech to be done locally on device.
```bash ```bash
# Set TTS service # Set a local TTS service
01 --tts-service openai 01 --tts-service piper
``` ```
## Piper (Local)
Local, nice!
## OpenAI (Hosted) ## OpenAI (Hosted)
Still cool! ```bash
# Set TTS service
01 --tts-service openai
```
## Other Models ## Other Models

Loading…
Cancel
Save