From 99bfec58881b0745f1872c0cdab191ad38d2f6e6 Mon Sep 17 00:00:00 2001 From: Hoan Luu Huu <110280845+xquanluu@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:46:07 +0700 Subject: [PATCH] support inworld models (#543) --- lib/utils/speech-data/tts-model-inworld.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/utils/speech-data/tts-model-inworld.js b/lib/utils/speech-data/tts-model-inworld.js index 4403df6..7c0c913 100644 --- a/lib/utils/speech-data/tts-model-inworld.js +++ b/lib/utils/speech-data/tts-model-inworld.js @@ -1,4 +1,6 @@ module.exports = [ + { name: 'Llama Inworld TTS 1.5 Max', value: 'inworld-tts-1.5-max' }, + { name: 'Llama Inworld TTS 1.5 Mini', value: 'inworld-tts-1.5-mini' }, { name: 'Llama Inworld TTS', value: 'inworld-tts-1' }, { name: 'Llama Inworld TTS Max', value: 'inworld-tts-1-max' }, ];