This commit is contained in:
Quan HL
2025-02-02 19:03:09 +07:00
parent e1292772e6
commit 4b43c3986c

View File

@@ -169,7 +169,8 @@ async function synthAudio(client, createHash, retrieveHash, logger, stats, { acc
language: language || '',
voice: voice || deploymentId,
engine,
model,
// model or model_id is used to identify the tts cache.
model: model || credentials.model_id,
text
});