From e957d3cb68d94aa82dac0eee371579413efc51cc Mon Sep 17 00:00:00 2001 From: Margarita Gomez Date: Tue, 28 Oct 2025 15:37:48 -0700 Subject: [PATCH] chore: fix deepgram --- fern/customization/voice-pipeline-configuration.mdx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/fern/customization/voice-pipeline-configuration.mdx b/fern/customization/voice-pipeline-configuration.mdx index b556033e9..e0d4ad2d4 100644 --- a/fern/customization/voice-pipeline-configuration.mdx +++ b/fern/customization/voice-pipeline-configuration.mdx @@ -205,7 +205,7 @@ Uses AI models to analyze speech patterns, context, and audio cues to predict wh ### Deepgram Flux configuration -Deepgram Flux's end-of-turn detection is configured at the transcriber level, allowing you to fine-tune how aggressive or conservative the bot should be in detecting when users finish speaking. +Deepgram Flux's end-of-turn detection is configured at the transcriber level, allowing you to fine-tune how aggressive or conservative the bot should be in detecting when users finish speaking. Do NOT set a `smartEndpointingPlan` to leverage Deepgram's end-of-turn events. **Configuration parameters:** @@ -224,7 +224,8 @@ Deepgram Flux's end-of-turn detection is configured at the transcriber level, al ```json { "transcriber": { - "provider": "flux-general-en", + "provider": "deepgram", + "model": "flux-general-en", "language": "en", "eotThreshold": 0.7, "eotTimeoutMs": 5000 @@ -669,15 +670,16 @@ User Interrupts → Assistant Audio Stopped → backoffSeconds Blocks All Output ```json { "transcriber": { - "provider": "flux-general-en", + "provider": "deepgram", + "model": "flux-general-en", "language": "en", "eotThreshold": 0.7, - "eotTimeoutMs": 5000, + "eotTimeoutMs": 5000 }, "stopSpeakingPlan": { "numWords": 2, "voiceSeconds": 0.2, - "backoffSeconds": 1.0 + "backoffSeconds": 1.0, "acknowledgementPhrases": [ "okay", "right",