From 23316fbcf9ffc08112bacb3fc4686c7901e0cfc1 Mon Sep 17 00:00:00 2001 From: allenmylath Date: Mon, 2 Dec 2024 13:35:44 +0530 Subject: [PATCH] Update README.md --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index b1cd62c5e..0bbdafe97 100644 --- a/examples/README.md +++ b/examples/README.md @@ -42,6 +42,7 @@ Next, follow the steps in the README for each demo. | [Dialin Chatbot](dialin-chatbot) | A chatbot that connects to an incoming phone call from Daily or Twilio. | Deepgram, ElevenLabs, OpenAI, Daily, Twilio | | [Twilio Chatbot](twilio-chatbot) | A chatbot that connects to an incoming phone call from Twilio. | Deepgram, ElevenLabs, OpenAI, Daily, Twilio | | [studypal](studypal) | A chatbot to have a conversation about any article on the web | | +| [WebSocket Chatbot Server](websocket-server) | A real-time websocket server that handles audio streaming and bot interactions with speech-to-text and text-to-speech capabilities | `python-websockets`, `openai`, `deepgram`, `silero-tts`, `numpy` | > [!IMPORTANT] > These example projects use Daily as a WebRTC transport and can be joined using their hosted Prebuilt UI.