From 7dda9036a06d5709c80498c06db6670417fba706 Mon Sep 17 00:00:00 2001 From: Sweaterdog Date: Fri, 14 Mar 2025 12:44:32 -0700 Subject: [PATCH] Update README.md Fixed yet another README typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd53e8e..2dfbae8 100644 --- a/README.md +++ b/README.md @@ -102,9 +102,9 @@ STT can be enabled in `settings.js` under the section that looks like this: "stt_agent_name": "" ``` -The Text to Speech engine will begin listening on the **system default input device**, ensure you have your preferred device set as the default. +The Text to Speech engine will begin listening on the system default input device. -When using TTS, you **need** a [GroqCloud API key](https://console.groq.com/keys) as Groq is used for Audio transcription +When using STT, you **need** a [GroqCloud API key](https://console.groq.com/keys) as Groq is used for Audio transcription # Bot Profiles