We're currently using turn_detector.EOUModel from ...
# ask-ai
b
We're currently using turn_detector.EOUModel from livekit.agents in our implementation, but the documentation shows using EnglishModel from livekit.plugins.turn_detector.english. Is EOUModel a deprecated API? What's the migration path from EOUModel to the new EnglishModel? Also, should we be using the package name turn_detector or turn-detector in our requirements.txt?
t
Thanks for reaching out, Andrew. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
I don't have the answer you're looking for. You could also try asking your question: • in one of the other Slack channels or • to https://deepwiki.com/livekit/livekit_composite which is trained on all LiveKit source code If you find the answer, please post it here to help others!
b
what do you mean you dont have the answer?
t
We deprecated
EOUModel
with v1.0 in favor of the 2 new models that you mentioned
EnglishModel
or
MultilingualModel
(docs). The package name uses
-
:
turn-detector
. You can use this method:
Copy code
livekit-agents[aws,azure,gladia,google,openai,deepgram,cartesia,turn-detector,elevenlabs,silero]~=1.2
(example) Or:
Copy code
livekit-plugins-turn-detector
šŸ™Œ 1
b
Cool @tall-belgium-91876 thanks for the answer! Btw, are this ai available via some mcp or something? I was at this event with descope and the perfect example i could give the guys there was this ai of yours, its great and if we were able to reach it via api would be a lot helpful! Like plug it to cursor or claude code, you know?
t
huh. that's a really great idea. we've been working on trying to expose it more but hadn't really considered this option. let me bring it up with the team. we've been trying to improve our docs to be more cursor, etc friendly. but maybe your approach is a little better. thanks for the feedback!
šŸ™Œ 2
b
MCP would be great to query the docs, but honestly, as your bot is really good already, would be even awesomer to just expose it. Maybe we can auth with livekit api key to prevent abuse? Just expose a responses api and thats it. Cheers!
t
appreciate the feedback. we're adding support for the docs very soon. but we love the idea of exposing the AI directly. we're just trying to figure out how we can do that.
a
@tall-belgium-91876, yea MCP is super nice to have now with coding assistants. I've been using the N8N one quite a lot to get up to date answers on how to add things. I haven't had a chance to really play with the one where I work at, but I exported the open api spec for our APIs for someone else to load into a MCP server.
šŸ‘ 1
šŸ™ 1