Updates per feedback; prewarm_fnc updates

This commit is contained in:
Kat Ahn
2025-11-16 20:59:27 -08:00
parent e397f1d05a
commit 56b28e369c
2 changed files with 13 additions and 27 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ description = "Simple voice AI assistant built with LiveKit Agents for Python"
requires-python = ">=3.9"
dependencies = [
"livekit-agents[silero,turn-detector]~=1.3.0rc1",
"livekit-agents[turn-detector]~=1.3.0rc2",
"livekit-plugins-silero~=1.3.0rc1",
"livekit-plugins-noise-cancellation~=0.2",
"python-dotenv",
]