support mod_cartesia_transcribe (#1245)

This commit is contained in:
Hoan Luu Huu
2025-06-18 01:54:26 +07:00
committed by GitHub
parent 259dedcded
commit 5be6c54339
6 changed files with 67 additions and 0 deletions

View File

@@ -110,6 +110,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.embedding = o.embedding;
obj.options = o.options;
}