From ea0915b2205614e4eeb0eeea29071614a1de3efd Mon Sep 17 00:00:00 2001 From: Charles Frye Date: Thu, 3 Oct 2024 20:38:21 -0400 Subject: [PATCH 1/2] add moshi to README_DOCS --- README_DOCS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_DOCS.md b/README_DOCS.md index 661d45b..df55a89 100644 --- a/README_DOCS.md +++ b/README_DOCS.md @@ -1,4 +1,4 @@ -# QuiLLMan: Voice Chat with LLMs +# QuiLLMan: Voice Chat with Moshi [QuiLLMan](https://github.com/modal-labs/quillman) is a complete voice chat application built on Modal: you speak and the chatbot speaks back! From 42cc354699655f8f348f7775d1d67782b355951d Mon Sep 17 00:00:00 2001 From: Charles Frye Date: Thu, 3 Oct 2024 20:39:06 -0400 Subject: [PATCH 2/2] add moshi to README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bde12e1..fb26200 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# QuiLLMan: Voice Chat with LLMs +# QuiLLMan: Voice Chat with Moshi A complete voice chat app powered by a speech-to-speech language model and bidirectional streaming. @@ -85,4 +85,4 @@ modal deploy src.app This will deploy both the frontend server and the Moshi websocket server. -Note that leaving the app deployed on Modal doesn't cost you anything! Modal apps are serverless and scale to 0 when not in use. \ No newline at end of file +Note that leaving the app deployed on Modal doesn't cost you anything! Modal apps are serverless and scale to 0 when not in use.