services(deepgram): move stt|tts_sagemaker to sagemaker/stt|tts.py

This commit is contained in:
Aleix Conchillo Flaqué
2026-03-02 14:43:34 -08:00
parent a4796a2373
commit 11783520c0
3 changed files with 1 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ import sys
from pipecat.services import DeprecatedModuleProxy
from .flux import *
from .sagemaker import *
from .stt import *
from .tts import *