Fix outdated DeepgramSageMakerTTSService docstring example

This commit is contained in:
Paul Kompfner
2026-03-11 10:11:26 -04:00
parent 264ce681f7
commit 0ebcb55582

View File

@@ -63,8 +63,10 @@ class DeepgramSageMakerTTSService(TTSService):
tts = DeepgramSageMakerTTSService( tts = DeepgramSageMakerTTSService(
endpoint_name="my-deepgram-tts-endpoint", endpoint_name="my-deepgram-tts-endpoint",
region="us-east-2", region="us-east-2",
settings=DeepgramSageMakerTTSService.Settings(
voice="aura-2-helena-en", voice="aura-2-helena-en",
) )
)
""" """
Settings = DeepgramSageMakerTTSSettings Settings = DeepgramSageMakerTTSSettings