speech to text options
This commit is contained in:
parent
045186ccf6
commit
a1e14112b7
|
@ -3,21 +3,22 @@ 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
|
||||||
|
# Set a local STT service
|
||||||
|
01 --stt-service local-whisper
|
||||||
|
```
|
||||||
|
|
||||||
|
## Whisper (Hosted)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Set STT service
|
# Set STT service
|
||||||
01 --stt-service openai
|
01 --stt-service openai
|
||||||
```
|
```
|
||||||
|
|
||||||
## Whisper (Local)
|
|
||||||
|
|
||||||
Local, nice!
|
|
||||||
|
|
||||||
## Whisper (Hosted)
|
|
||||||
|
|
||||||
Still cool!
|
|
||||||
|
|
||||||
## Other Models
|
## Other Models
|
||||||
|
|
||||||
More instructions coming soon!
|
More instructions coming soon!
|
||||||
|
|
Loading…
Reference in New Issue