speech to text options

This commit is contained in:
Mike Bird 2024-03-20 16:44:59 -04:00
parent 045186ccf6
commit a1e14112b7
1 changed files with 10 additions and 9 deletions

View File

@ -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!