feat: add smart turn v3

This commit is contained in:
Abhishek Kumar 2025-12-10 09:07:03 +07:00
parent 94b7d7e2f2
commit 4640f69f9b
4 changed files with 4 additions and 37 deletions

View file

@ -16,7 +16,7 @@ git submodule update --init --recursive
# Install pipecat in editable mode with all extras
echo "Installing pipecat dependencies..."
pip install -e ./pipecat[cartesia,deepgram,openai,elevenlabs,groq,google,azure,soundfile,silero,webrtc]
pip install -e ./pipecat[cartesia,deepgram,openai,elevenlabs,groq,google,azure,soundfile,silero,webrtc,local-smart-turn-v3]
# Install other requirements
echo "Installing dograh API requirements..."