We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d52340 + 33f9229 commit 21682aaCopy full SHA for 21682aa
1 file changed
src/agora_agent/types/deepgram_tts_params.py
@@ -32,11 +32,6 @@ class DeepgramTtsParams(UncheckedBaseModel):
32
Audio sampling rate in Hz
33
"""
34
35
- params: typing.Optional[typing.Dict[str, typing.Any]] = pydantic.Field(default=None)
36
- """
37
- Additional Deepgram TTS parameters
38
39
-
40
skip_patterns: typing.Optional[typing.List[int]] = pydantic.Field(default=None)
41
42
Controls whether the TTS module skips bracketed content when reading LLM response text.
0 commit comments