Upgrade LLM model from GPT-4.1 to GPT-5.2 and aicoustics (#58)

* Upgrade LLM model from GPT-4.1 to GPT-5.2

* Switch noise cancellation to ai-coustics QUAIL_VF_L
This commit is contained in:
Topherhindman
2026-04-07 15:47:56 -07:00
committed by GitHub
parent 95bedcd581
commit 802cebdd0c
2 changed files with 6 additions and 3 deletions
+1
View File
@@ -10,6 +10,7 @@ requires-python = ">=3.10, <3.15"
dependencies = [
"livekit-agents[silero,turn-detector]~=1.4",
"livekit-plugins-ai-coustics",
"livekit-plugins-noise-cancellation~=0.2",
"python-dotenv",
]