fireredchat-submodules/livekit-plugins-fireredchat-turn-detector

FireRedChat Turn Detector plugin for LiveKit Agents

Python

12

3 commits

updated Sep 16, 2025

See the code

README

FireRedChat turn detector plugin for LiveKit Agents

This plugin provides FireRedChat's open-weight end-of-turn detection model for LiveKit Agents.

Installation

pip install -e .

Usage

Chinese model

from livekit.plugins.fireredchat_turn_detector.base import ChineseModel

session = AgentSession(
    ...
    turn_detection=ChineseModel(unlikely_threshold=0.08),
)

Bilingual model

Bilingual model that currently supports the following languages: English, Chinese

from livekit.plugins.fireredchat_turn_detector.base import MultilingualModel

session = AgentSession(
    ...
    turn_detection=MultilingualModel(unlikely_threshold=0.08),
)

License

The plugin source code and model weights are licensed under the Apache-2.0 license.

Contributors

popo0293

1 commits

Ranpo658

1 commits

fireredchat-submodules/livekit-plugins-fireredchat-turn-detector

FireRedChat Turn Detector plugin for LiveKit Agents

Python

12

3 commits

updated Sep 16, 2025

See the code

README

FireRedChat turn detector plugin for LiveKit Agents

This plugin provides FireRedChat's open-weight end-of-turn detection model for LiveKit Agents.

Installation

pip install -e .

Usage

Chinese model

from livekit.plugins.fireredchat_turn_detector.base import ChineseModel

session = AgentSession(
    ...
    turn_detection=ChineseModel(unlikely_threshold=0.08),
)

Bilingual model

Bilingual model that currently supports the following languages: English, Chinese

from livekit.plugins.fireredchat_turn_detector.base import MultilingualModel

session = AgentSession(
    ...
    turn_detection=MultilingualModel(unlikely_threshold=0.08),
)

License

The plugin source code and model weights are licensed under the Apache-2.0 license.

Contributors

popo0293

1 commits

Ranpo658

1 commits

Languages

Python

100.0%