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,21 +3,22 @@ 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 a local STT service +01 --stt-service local-whisper +``` + +## Whisper (Hosted) ```bash # Set STT service 01 --stt-service openai ``` -## Whisper (Local) - -Local, nice! - -## Whisper (Hosted) - -Still cool! - ## Other Models More instructions coming soon!