diff --git a/src/agents/voice/model.py b/src/agents/voice/model.py index 220d4b48..8a9defe4 100644 --- a/src/agents/voice/model.py +++ b/src/agents/voice/model.py @@ -14,13 +14,12 @@ ) DEFAULT_TTS_BUFFER_SIZE = 120 - @dataclass class TTSModelSettings: """Settings for a TTS model.""" voice: ( - Literal["alloy", "ash", "coral", "echo", "fable", "onyx", "nova", "sage", "shimmer"] | None + Literal["alloy", "ash", "ballad", "verse", "coral", "echo", "fable", "onyx", "nova", "sage", "shimmer"] | None ) = None """ The voice to use for the TTS model. If not provided, the default voice for the respective model