@livekit/agents-plugin-mistral
v1.4.7
Published
Mistral AI plugin for LiveKit Node Agents (deprecated, use @livekit/agents-plugin-mistralai)
Maintainers
Keywords
Readme
@livekit/agents-plugin-mistral (deprecated)
This package is deprecated. Please use
@livekit/agents-plugin-mistralaiinstead.
This package is a thin compatibility wrapper that re-exports the LLM from
@livekit/agents-plugin-mistralai. It will be removed in a future release.
Migration
- import * as mistral from '@livekit/agents-plugin-mistral';
+ import * as mistral from '@livekit/agents-plugin-mistralai';- npm install @livekit/agents-plugin-mistral
+ npm install @livekit/agents-plugin-mistralaiThe new package also adds STT and TTS support. See the
@livekit/agents-plugin-mistralai README for full
usage details.
