Skip to content

Commit 02b4275

Browse files
committed
Update constants.ts
1 parent 2335196 commit 02b4275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/livekit/src/turn_detector/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const MAX_HISTORY_TURNS = 6;
88

99
export const MODEL_REVISIONS: Record<EOUModelType, string> = {
1010
en: 'v1.2.2-en',
11-
multilingual: 'v0.3.0-intl',
11+
multilingual: 'v0.4.0-intl',
1212
};
1313

1414
export const HG_MODEL_REPO = 'livekit/turn-detector';

0 commit comments

Comments
 (0)