From 052075c244fbb6870ac6abc8eff20a1678a45c32 Mon Sep 17 00:00:00 2001 From: Chad Bailey Date: Wed, 25 Mar 2026 19:12:37 +0000 Subject: [PATCH] updated changelog --- changelog/4143.added.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/4143.added.md b/changelog/4143.added.md index 606d31e83..0f26b68b0 100644 --- a/changelog/4143.added.md +++ b/changelog/4143.added.md @@ -1 +1 @@ -- Added `DeepgramFluxSageMakerSTTService` for running Deepgram Flux speech-to-text on AWS SageMaker endpoints. Combines SageMaker's HTTP/2 transport with Flux's advanced turn detection protocol (StartOfTurn, EndOfTurn, EagerEndOfTurn, TurnResumed), enabling low-latency conversational AI without external VAD for turn boundaries. Use with `ExternalUserTurnStrategies`. +- Added `DeepgramFluxSageMakerSTTService` for running Deepgram Flux speech-to-text on AWS SageMaker endpoints. Use with `ExternalUserTurnStrategies` to take advantage of Flux's turn detection.