add james' assembly video
This commit is contained in:
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!
|
|
@ -19,6 +19,8 @@ Now you're connected and ready to go!
|
|||
|
||||
# Build Your Own
|
||||
|
||||
Check out [this video from James at CAD9 Design](https://www.youtube.com/watch?v=37a5bgvoZy8) on how to assemble your 01
|
||||
|
||||
### M5 Atom Prep
|
||||
|
||||
Instructions to set up your M5 Atom can be found <a href="/hardware/m5atom">here</a>
|
||||
|
|
Loading…
Reference in New Issue