mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-07-24 04:52:03 +00:00
5421f1421f
* support inworld tts * inworld tts voices
6 lines
145 B
JavaScript
6 lines
145 B
JavaScript
module.exports = [
|
|
{ name: 'Llama Inworld TTS', value: 'inworld-tts-1' },
|
|
{ name: 'Llama Inworld TTS Max', value: 'inworld-tts-1-max' },
|
|
];
|
|
|