From 54b0586a9cb6d8160e0098b536c2d44812c75890 Mon Sep 17 00:00:00 2001 From: matt200-ok Date: Thu, 2 Jan 2025 13:52:18 -0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Ian Lavery --- recipes/llm-voice-assistant/python/cli/README.md | 4 ++-- recipes/llm-voice-assistant/python/windows_gui/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/llm-voice-assistant/python/cli/README.md b/recipes/llm-voice-assistant/python/cli/README.md index f763480..7c64a06 100644 --- a/recipes/llm-voice-assistant/python/cli/README.md +++ b/recipes/llm-voice-assistant/python/cli/README.md @@ -1,6 +1,6 @@ -# LLM Voice Assistant CLI Demo +# Cross-Platform LLM Voice Assistant CLI Demo -A voice assistant using Porcupine, Cheetah, picoLLM, and Orca with a text based interface. +A cross-platform voice assistant using Picovoice's Wake Word, STT, TTS and LLM technology with a text-based interface. ## See It In Action! diff --git a/recipes/llm-voice-assistant/python/windows_gui/README.md b/recipes/llm-voice-assistant/python/windows_gui/README.md index a3ae570..d01bc46 100644 --- a/recipes/llm-voice-assistant/python/windows_gui/README.md +++ b/recipes/llm-voice-assistant/python/windows_gui/README.md @@ -1,6 +1,6 @@ -# LLM Voice Assistant GUI Demo +# Windows LLM Voice Assistant GUI Demo -A voice assistant using Porcupine, Cheetah, picoLLM, and Orca with a console based graphical interface. +A voice assistant for Windows using Picovoice's Wake Word, STT, TTS and LLM technology with a console-based graphical interface. ## Compatibility