Minor README update about Silero VAD.

We no longer download the model during first run - it's part of the repo.
This commit is contained in:
Lewis Wolfgang
2024-10-14 13:11:16 -04:00
parent 96bfcc3dca
commit 68fd6f7c44

View File

@@ -128,8 +128,6 @@ Pipecat makes use of WebRTC VAD by default when using a WebRTC transport layer.
pip install pipecat-ai[silero]
```
The first time your run your bot with Silero, startup may take a while whilst it downloads and caches the model in the background. You can check the progress of this in the console.
## Hacking on the framework itself
_Note that you may need to set up a virtual environment before following the instructions below. For instance, you might need to run the following from the root of the repo:_