Fix outdated DeepgramSageMakerTTSService docstring example
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user