You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update starter to use new turn detector model (#51)
* Update starter to use new turn detector model
* update method name
* remove unnecessary pp
* update @livekit/agents dependency version
* Remove vad from session initialization
Remove vad from session initialization.
---------
Co-authored-by: Chenghao Mou <chenghao.mou@livekit.io>
Copy file name to clipboardExpand all lines: README.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,12 +94,6 @@ lk app env -w -d .env.local
94
94
95
95
## Run the agent
96
96
97
-
Before your first run, you must download certain models such as [Silero VAD](https://docs.livekit.io/agents/logic/turns/vad/) and the [LiveKit turn detector](https://docs.livekit.io/agents/logic/turns/turn-detector/):
98
-
99
-
```console
100
-
pnpm run download-files
101
-
```
102
-
103
97
To run the agent during development, use the `dev` command:
0 commit comments