Improving the readme to mention that can choose which server websocket to use.

This commit is contained in:
Filipi Fuchter
2025-06-06 17:12:05 -03:00
parent e9f041e170
commit d774a23768

View File

@@ -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