From 9e7b1abf475b1702f3ab6fee5182d2247a97a11e Mon Sep 17 00:00:00 2001 From: Mike Bird Date: Wed, 13 Mar 2024 16:41:09 -0400 Subject: [PATCH] tts skeleton --- docs/services/text-to-speech.mdx | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/docs/services/text-to-speech.mdx b/docs/services/text-to-speech.mdx index 9558c19..3babbe2 100644 --- a/docs/services/text-to-speech.mdx +++ b/docs/services/text-to-speech.mdx @@ -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!