speech to text options

pull/82/head
Mike Bird 10 months ago
parent 045186ccf6
commit a1e14112b7

@ -3,20 +3,21 @@ title: "Speech To Text"
description: "Converts your voice into 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 ```bash
# Set STT service # Set a local STT service
01 --stt-service openai 01 --stt-service local-whisper
``` ```
## Whisper (Local)
Local, nice!
## Whisper (Hosted) ## Whisper (Hosted)
Still cool! ```bash
# Set STT service
01 --stt-service openai
```
## Other Models ## Other Models

Loading…
Cancel
Save