support elevenlabs different endpoint (#1387)

* support elevenlabs different endpoint

* wip

* wip
This commit is contained in:
Hoan Luu Huu
2025-10-09 19:19:40 +07:00
committed by GitHub
parent d1baf2fe37
commit 581d309f36
5 changed files with 10 additions and 6 deletions

View File

@@ -101,6 +101,7 @@ const speechMapper = (cred) => {
const o = JSON.parse(decrypt(credential));
obj.api_key = o.api_key;
obj.model_id = o.model_id;
obj.api_uri = o.api_uri;
obj.options = o.options;
}
else if ('playht' === obj.vendor) {