chilly-nest-87883
07/26/2025, 7:15 PMtall-airline-16756
07/26/2025, 7:15 PMtall-airline-16756
07/26/2025, 7:16 PMchilly-nest-87883
07/26/2025, 7:19 PMtall-airline-16756
07/26/2025, 7:19 PMagent = VoicePipelineAgent(
vad=ctx.proc.userdata["vad"],
stt=deepgram.STT(),
llm=openai.LLM(model="gpt-4o-mini"),
tts=deepgram.TTS(),
turn_detector=turn_detector.EOUModel(),
min_endpointing_delay=0.5,
max_endpointing_delay=5.0,
chat_ctx=initial_ctx,
)
I wanted to share this neat setup that helps make conversations smoother. By using Deepgram's speech-to-text and the EOU model, we can make turn detection way more accurate. It basically helps prevent those awkward interruptions and makes the conversation flow more naturally. Pretty cool, right?