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!