Inference gateway integration (#22)

This commit is contained in:
Ben Cherry
2025-10-01 12:50:02 -06:00
committed by GitHub
parent f998059585
commit 423d4a2edc
7 changed files with 57 additions and 177 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ description = "Simple voice AI assistant built with LiveKit Agents for Python"
requires-python = ">=3.9"
dependencies = [
"livekit-agents[openai,turn-detector,silero,cartesia,deepgram]~=1.2",
"livekit-agents[silero,turn-detector]~=1.2",
"livekit-plugins-noise-cancellation~=0.2",
"python-dotenv",
]