mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
feat: add Inworld TTS provider support (#420)
* Add Inworld TTS provider integration * chore: move from HTTP Service to Websocket Service --------- Co-authored-by: Abhishek Kumar <abhishek@a6k.me>
This commit is contained in:
parent
00a0de8a62
commit
fc37d5058f
7 changed files with 160 additions and 4 deletions
|
|
@ -20,6 +20,6 @@ pip install -r api/requirements.txt
|
|||
|
||||
# Install pipecat from submodule last so it overrides any pipecat-ai pulled in by dependencies
|
||||
echo "Installing pipecat dependencies..."
|
||||
pip install -e ./pipecat[cartesia,deepgram,openai,elevenlabs,groq,google,azure,sarvam,soundfile,silero,webrtc,speechmatics,openrouter,camb]
|
||||
pip install -e ./pipecat[cartesia,deepgram,openai,elevenlabs,groq,google,azure,sarvam,soundfile,silero,webrtc,speechmatics,openrouter,camb,inworld]
|
||||
|
||||
echo "Setup complete! Pipecat is now available as a git submodule."
|
||||
echo "Setup complete! Pipecat is now available as a git submodule."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue