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
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,13 @@ lk app env -w .env
44
44
45
45
## Run the agent
46
46
47
-
Run this command to speak to your agent directly in your terminal:
47
+
Before your first run, you must download certain models such as [Silero VAD](https://docs.livekit.io/agents/build/turns/vad/) and the [LiveKit turn detector](https://docs.livekit.io/agents/build/turns/turn-detector/):
48
+
49
+
```console
50
+
uv run python src/agent.py download-files
51
+
```
52
+
53
+
Next, run this command to speak to your agent directly in your terminal:
0 commit comments