tts stream should not print speech credential (#1352)

This commit is contained in:
Hoan Luu Huu
2025-09-10 06:18:49 +07:00
committed by GitHub
parent a05b72a420
commit add8d63e8e

View File

@@ -84,8 +84,7 @@ class TtsTask extends Task {
const {api_key, model_id, custom_tts_streaming_url, auth_token} = credentials;
let obj;
this.logger.debug({credentials},
`setTtsStreamingChannelVars: vendor: ${vendor}, language: ${language}, voice: ${voice}`);
this.logger.debug(`setTtsStreamingChannelVars: vendor: ${vendor}, language: ${language}, voice: ${voice}`);
switch (vendor) {
case 'deepgram':