From aa59744444d4fbd69fb5e620c0ef71c72f46effb Mon Sep 17 00:00:00 2001 From: allenmylath Date: Thu, 23 Jan 2025 05:38:37 +0530 Subject: [PATCH] Update examples/README.md Co-authored-by: Mark Backman --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 7472ba019..7c73f833d 100644 --- a/examples/README.md +++ b/examples/README.md @@ -42,7 +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, Session handling is also included in this example. | `python-websockets`, `openai`, `deepgram`, `silero VAD`, `numpy` | +| [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. | Cartesia, Deepgram, OpenAI, Websockets | > [!IMPORTANT] > These example projects use Daily as a WebRTC transport and can be joined using their hosted Prebuilt UI.