parent
4293884c5c
commit
c1babe19f4
@ -1,24 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Speech To Text"
|
|
||||||
description: "Converts your voice into text"
|
|
||||||
---
|
|
||||||
|
|
||||||
## 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
|
|
||||||
```
|
|
||||||
|
|
||||||
## Other Models
|
|
||||||
|
|
||||||
More instructions coming soon!
|
|
Loading…
Reference in new issue