Skip to content

Commit 8c39194

Browse files
authored
Merge pull request #4786 from pipecat-ai/fix/deepgram-sagemaker-vad-events
Fix DeepgramSageMakerSTTService crash on construction
2 parents 338177d + 20daf45 commit 8c39194

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

changelog/4786.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fixed `DeepgramSageMakerSTTService` raising `TypeError` on construction. Its default settings still passed `vad_events`, which was removed from `DeepgramSTTService.Settings`, so the service (and the `voice-deepgram-sagemaker` example) crashed on instantiation.

src/pipecat/services/deepgram/sagemaker/stt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ def __init__(
144144
search=None,
145145
smart_format=False,
146146
utterance_end_ms=None,
147-
vad_events=False,
148147
)
149148

150149
# 2. Apply live_options overrides — only if settings not provided

0 commit comments

Comments
 (0)