examples: update to new sagemaker packages

This commit is contained in:
Aleix Conchillo Flaqué
2026-03-02 15:20:22 -08:00
parent fdeddd7c95
commit 088eb9b01c
3 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ from pipecat.processors.aggregators.llm_response_universal import (
from pipecat.runner.types import RunnerArguments
from pipecat.runner.utils import create_transport
from pipecat.services.cartesia.tts import CartesiaTTSService
from pipecat.services.deepgram.stt_sagemaker import (
from pipecat.services.deepgram.sagemaker.stt import (
DeepgramSageMakerSTTService,
DeepgramSageMakerSTTSettings,
)