support elevenlabs stt

This commit is contained in:
Hoan HL
2025-11-18 16:47:52 +07:00
parent 98b845f489
commit cd9f9632ba
3 changed files with 37 additions and 0 deletions

View File

@@ -106,6 +106,7 @@ const speechMapper = (cred) => {
const o = JSON.parse(decrypt(credential));
obj.api_key = o.api_key;
obj.model_id = o.model_id;
obj.stt_model_id = o.stt_model_id;
obj.api_uri = o.api_uri;
obj.options = o.options;
}