Update starter to use new turn detection model (#85)

* Update starter to use new turn detection model

* rm redundant para.

* Untrack uv.lock and loosen livekit-agents version constraint

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>

* Update livekit-agents dependency to version 1.6.1

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Chenghao Mou <chenghao.mou@livekit.io>
This commit is contained in:
Ryan Feigenbaum
2026-06-17 17:53:16 +01:00
committed by GitHub
co-authored by Claude Opus 4.8 Chenghao Mou
parent a7575e8af0
commit 9bf4404101
4 changed files with 12 additions and 24 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ description = "Simple voice AI assistant built with LiveKit Agents for Python"
requires-python = ">=3.10, <3.15"
dependencies = [
"livekit-agents[silero,turn-detector]>=1.6.0",
"livekit-agents>=1.6.1",
"livekit-plugins-ai-coustics~=0.2",
"python-dotenv",
]