Merge pull request #467 from joachimchauvet/main

Add LiveKit audio transport
This commit is contained in:
Aleix Conchillo Flaqué
2024-09-26 22:58:25 -07:00
committed by GitHub
3 changed files with 719 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ google = [ "google-generativeai~=0.7.2" ]
gstreamer = [ "pygobject~=3.48.2" ]
fireworks = [ "openai~=1.37.2" ]
langchain = [ "langchain~=0.2.14", "langchain-community~=0.2.12", "langchain-openai~=0.1.20" ]
livekit = [ "livekit~=0.13.1" ]
livekit = [ "livekit~=0.13.1", "tenacity~=9.0.0" ]
lmnt = [ "lmnt~=1.1.4" ]
local = [ "pyaudio~=0.2.14" ]
moondream = [ "einops~=0.8.0", "timm~=1.0.8", "transformers~=4.44.0" ]