Skip to content

Update starter to use new turn detection model#85

Open
royalfig wants to merge 1 commit into
mainfrom
update-eot-model
Open

Update starter to use new turn detection model#85
royalfig wants to merge 1 commit into
mainfrom
update-eot-model

Conversation

@royalfig
Copy link
Copy Markdown

@royalfig royalfig commented Jun 5, 2026

  • Updates starter to use new turn detector model.
  • Uses new module method for downloading files

Comment thread src/agent.py
turn_detection=MultilingualModel(),
vad=ctx.proc.userdata["vad"],
turn_handling=TurnHandlingOptions(
turn_detection=inference.AudioTurnDetector(),
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

renamed to TurnDetector

Comment thread README.md
with [models](https://docs.livekit.io/agents/models) from OpenAI, Cartesia, and Deepgram. More than 50 other model providers are supported, including [Realtime models](https://docs.livekit.io/agents/models/realtime)
- Eval suite based on the LiveKit Agents [testing & evaluation framework](https://docs.livekit.io/agents/start/testing/)
- [LiveKit Turn Detector](https://docs.livekit.io/agents/logic/turns/turn-detector/) for contextually-aware speaker detection, with multilingual support
- [LiveKit Turn Detector](https://docs.livekit.io/agents/logic/turns/turn-detector/), a multimodal end-of-turn model that listens to the user's audio directly, combining semantic understanding with acoustic cues for state-of-the-art accuracy across 14 languages
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should drop the word "multimodal"

Comment thread README.md

```console
uv run python src/agent.py download-files
uv run --module livekit.agents download-files
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

technically, this is not needed anymore because we bundle silero and turn detector in the core package now.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I left this in bc of the noise cancellation needing it. I'll look again, but do you know offhand whether that's right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants