We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2335196 commit 02b4275Copy full SHA for 02b4275
plugins/livekit/src/turn_detector/constants.ts
@@ -8,7 +8,7 @@ export const MAX_HISTORY_TURNS = 6;
8
9
export const MODEL_REVISIONS: Record<EOUModelType, string> = {
10
en: 'v1.2.2-en',
11
- multilingual: 'v0.3.0-intl',
+ multilingual: 'v0.4.0-intl',
12
};
13
14
export const HG_MODEL_REPO = 'livekit/turn-detector';
0 commit comments