Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fern/customization/voice-pipeline-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Deepgram Flux's end-of-turn detection is configured at the transcriber level, al
**Configuration parameters:**

- **eotThreshold** (Default: 0.7): Confidence level required to trigger end-of-turn detection
- **0.3-0.5:** Aggressive detection - responds quickly but may interrupt users mid-sentence
- **0.5-0.6:** Aggressive detection - responds quickly but may interrupt users mid-sentence
- **0.6-0.8:** Balanced detection (default: 0.7) - good balance between responsiveness and accuracy
- **0.9-1.0:** Conservative detection - waits longer to ensure users have finished speaking

Expand Down
Loading