From a1e14112b788d402a07d62dd941be13926e1eb67 Mon Sep 17 00:00:00 2001 From: Mike Bird Date: Wed, 20 Mar 2024 16:44:59 -0400 Subject: [PATCH] speech to text options --- docs/services/speech-to-text.mdx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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