diff --git a/docs/services/speech-to-text.mdx b/docs/services/speech-to-text.mdx index a7ece79..d4dc044 100644 --- a/docs/services/speech-to-text.mdx +++ b/docs/services/speech-to-text.mdx @@ -3,20 +3,21 @@ title: "Speech To Text" description: "Converts your voice into text" --- -To select your Speech-To-Text provider: +## Whisper (Local) + +This option installs whisper-rust to allow all speech to text to be done locally on device. ```bash -# Set STT service -01 --stt-service openai +# Set a local STT service +01 --stt-service local-whisper ``` -## Whisper (Local) - -Local, nice! - ## Whisper (Hosted) -Still cool! +```bash +# Set STT service +01 --stt-service openai +``` ## Other Models