support inworld models (#543)

This commit is contained in:
Hoan Luu Huu
2026-02-12 19:46:07 +07:00
committed by GitHub
parent 9875686f92
commit 99bfec5888

View File

@@ -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' },
];