Update starter to use new turn detection model#85
Conversation
|
|
||
| ```console | ||
| uv run python src/agent.py download-files | ||
| uv run --module livekit.agents download-files |
There was a problem hiding this comment.
technically, this is not needed anymore because we bundle silero and turn detector in the core package now.
There was a problem hiding this comment.
I think I left this in bc of the noise cancellation needing it. I'll look again, but do you know offhand whether that's right?
There was a problem hiding this comment.
@chenghao-mou I checked and it seems like this is true, but you can you confirm? Looking at @bcherry note below.
There was a problem hiding this comment.
Sorry for the late reply.
I don't think that plugin uses that function at all. There is no download_files in the plugin repo https://github.com/livekit/plugins-ai-coustics-python/tree/main and it is not mentioned in the plugin README as well. If you look at the packages on Pypi, it is shipped with model files (~70MB).
uv.lock should not be tracked in the template (enforced by template-check.yml CI). Also change livekit-agents from ==1.6.0 to >=1.6.0 so the starter picks up newer compatible releases. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
| Before your first run, download the [ai-coustics noise cancellation](https://docs.livekit.io/transport/media/noise-cancellation/) model used by the agent: | ||
|
|
||
| ```console | ||
| uv run --module livekit.agents download-files |
There was a problem hiding this comment.
so was this not actually true? the aicoustics model isn't downloaded by download-files?
Uh oh!
There was an error while loading. Please reload this page.