From a4f3c511841516e0344b5b3b44949b0acd7e3709 Mon Sep 17 00:00:00 2001 From: chadbailey59 Date: Mon, 11 Mar 2024 09:47:00 -0500 Subject: [PATCH] the smallest commit in history --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cba19967..4dd3af33f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Build things like this: In 2023 a *lot* of us got excited about the possibility of having open-ended conversations with LLMs. It became clear pretty quickly that we were all solving the same [low-level problems](https://www.daily.co/blog/how-to-talk-to-an-llm-with-your-voice/): - low-latency, reliable audio transport - echo cancellation -- phrase endpointing (knowing when the bot should respond to human speech), +- phrase endpointing (knowing when the bot should respond to human speech) - interruptibility - writing clean code to stream data through "pipelines" of speech-to-text, LLM inference, and text-to-speech models