Skip to content

Commit 6155596

Browse files
authored
improve clarity of Providers section (#1011)
## Description <!-- describe the changes as bullet points --> I found myself very confused when clicking the `Providers` tab on the voice pipeline configuration page because I couldn't immediately tell where the end of the section was when I clicked on Providers [Screen Recording 2026-04-07 at 10.46.47 AM.mov <span class="graphite__hidden">(uploaded via Graphite)</span> <img class="graphite__hidden" src="https://app.graphite.com/user-attachments/thumbnails/4abda356-6ffc-478e-813c-6838ce0847d0.mov" />](https://app.graphite.com/user-attachments/video/4abda356-6ffc-478e-813c-6838ce0847d0.mov) So I added a divider underneath and also clarified what thing we are saying "when to use" [Screen Recording 2026-04-07 at 10.47.50 AM.mov <span class="graphite__hidden">(uploaded via Graphite)</span> <img class="graphite__hidden" src="https://app.graphite.com/user-attachments/thumbnails/5674bcd9-0925-4564-a25c-ae3eb7504035.mov" />](https://app.graphite.com/user-attachments/video/5674bcd9-0925-4564-a25c-ae3eb7504035.mov) ## Testing Steps - [x] Run the app locally using `fern docs dev` or navigate to preview deployment - [x] Ensure that the changed pages and code snippets work
1 parent 4bf6663 commit 6155596

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

fern/customization/voice-pipeline-configuration.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,12 @@ Uses AI models to analyze speech patterns, context, and audio cues to predict wh
192192
- **deepgram-flux**: Deepgram's latest transcriber model with built-in conversational speech recognition. (English only)
193193
- **assembly**: Transcriber with built-in end-of-turn detection (English only)
194194

195+
<hr />
195196
</Tab>
196197
</Tabs>
197198

198-
**When to use:**
199+
200+
**When to use smart endpointing:**
199201

200202
- **Deepgram Flux**: English conversations using Deepgram as a transcriber.
201203
- **Assembly**: Best used when Assembly is already your transcriber provider for English conversations with integrated end-of-turn detection

0 commit comments

Comments
 (0)