support caching tts audio with model/model_id (#1062)

* support caching tts audio with model/model_id

* update speech utils version
This commit is contained in:
Hoan Luu Huu
2025-02-03 20:47:44 +07:00
committed by GitHub
parent 8487a4be68
commit 7105453d81
4 changed files with 12 additions and 8 deletions

View File

@@ -240,6 +240,7 @@ class TaskSay extends TtsTask {
language,
voice,
engine,
model: this.model || this.model_id,
text
}).catch((err) => this.logger.info({err}, 'Error adding file to cache'));
}