From c1babe19f40f33a1f824a2c122971c5ad7326938 Mon Sep 17 00:00:00 2001 From: Mike Bird Date: Wed, 10 Jul 2024 15:15:42 -0400 Subject: [PATCH] add james' assembly video --- docs/guides/speech-to-text.mdx | 24 ------------------------ docs/hardware/01-light.mdx | 2 ++ 2 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 docs/guides/speech-to-text.mdx diff --git a/docs/guides/speech-to-text.mdx b/docs/guides/speech-to-text.mdx deleted file mode 100644 index d4dc044..0000000 --- a/docs/guides/speech-to-text.mdx +++ /dev/null @@ -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! diff --git a/docs/hardware/01-light.mdx b/docs/hardware/01-light.mdx index aa9b745..59d6364 100644 --- a/docs/hardware/01-light.mdx +++ b/docs/hardware/01-light.mdx @@ -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 here