From d774a237681ce215e4df2d59120a4fc5a399772b Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Fri, 6 Jun 2025 17:12:05 -0300 Subject: [PATCH] Improving the readme to mention that can choose which server websocket to use. --- examples/websocket/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/websocket/README.md b/examples/websocket/README.md index a51ac2466..38c23ddaa 100644 --- a/examples/websocket/README.md +++ b/examples/websocket/README.md @@ -1,6 +1,6 @@ # Voice Agent -A Pipecat example demonstrating the simplest way to create a voice agent using `PipecatWebsocketTransport`. +A Pipecat example demonstrating the simplest way to create a voice agent using `WebsocketTransport`. ## 🚀 Quick Start @@ -24,6 +24,7 @@ A Pipecat example demonstrating the simplest way to create a voice agent using ` cp env.example .env ``` - Add your API keys + - Choose what do you wish to use, 'fast_api' or 'websocket_server' #### ▶️ Run the Server ```bash