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.