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,7 +63,9 @@ 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",
voice="aura-2-helena-en", settings=DeepgramSageMakerTTSService.Settings(
voice="aura-2-helena-en",
)
) )
""" """