Merge pull request #3902 from pipecat-ai/aleix/deepgram-sagemaker-move

Move Deepgram SageMaker modules to sagemaker/ subpackage
This commit is contained in:
Aleix Conchillo Flaqué
2026-03-02 15:25:17 -08:00
committed by GitHub
9 changed files with 831 additions and 793 deletions

View File

@@ -0,0 +1 @@
- Moved `pipecat.services.deepgram.stt_sagemaker` and `pipecat.services.deepgram.tts_sagemaker` to `pipecat.services.deepgram.sagemaker.stt` and `pipecat.services.deepgram.sagemaker.tts`. The old import paths still work but emit a `DeprecationWarning`.