From 3ee2b17de2815ad87d28557debe874d3f08d4d82 Mon Sep 17 00:00:00 2001 From: Jimmy Shong <69131491+Jiminator@users.noreply.github.com> Date: Sat, 6 Jan 2024 23:17:49 -0800 Subject: [PATCH] Update README.md --- llm/application/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/llm/application/README.md b/llm/application/README.md index 146ed999..4d978107 100644 --- a/llm/application/README.md +++ b/llm/application/README.md @@ -51,6 +51,14 @@ ```bash nano application/sts_utils/speak ``` + +- Test each of the submodules to ensure they are working as intended + + ```bash + ./application/sts_utils/listen + cat tmpfile + ./application/sts_utils/speak hello + ``` - Compile and start the voicechat locally.