From eabe6783ef363dbf21404064f392bf1c2fd05dc0 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Thu, 25 Dec 2025 15:12:49 +0530 Subject: [PATCH] chore: add sarvam in pipecat dependency --- scripts/setup_pipecat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup_pipecat.sh b/scripts/setup_pipecat.sh index 03fde25..de115fc 100755 --- a/scripts/setup_pipecat.sh +++ b/scripts/setup_pipecat.sh @@ -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..."