chore: add sarvam in pipecat dependency

This commit is contained in:
Abhishek Kumar 2025-12-25 15:12:49 +05:30
parent 45c5b7c304
commit eabe6783ef

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,local-smart-turn-v3]
pip install -e ./pipecat[cartesia,deepgram,openai,elevenlabs,groq,google,azure,sarvam,soundfile,silero,webrtc,local-smart-turn-v3]
# Install other requirements
echo "Installing dograh API requirements..."