support inworld tts (#1262)

* support inworld tts

* wip

* wip
This commit is contained in:
Hoan Luu Huu
2025-06-27 21:05:18 +07:00
committed by GitHub
parent f18b62e165
commit ab83b21979
6 changed files with 28 additions and 5 deletions

View File

@@ -185,6 +185,9 @@ class TtsTask extends Task {
} else if (vendor === 'rimelabs') {
credentials = credentials || {};
credentials.model_id = this.options.model_id || credentials.model_id;
} else if (vendor === 'inworld') {
credentials = credentials || {};
credentials.model_id = this.options.model_id || credentials.model_id;
} else if (vendor === 'whisper') {
credentials = credentials || {};
credentials.model_id = this.options.model_id || credentials.model_id;