From ddc49e1a5081056da2de9342bc70f648697cee2b Mon Sep 17 00:00:00 2001 From: songjvcheng Date: Fri, 8 Aug 2025 17:05:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0model=20=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/chat_with_audio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat_with_audio.js b/src/chat_with_audio.js index 2b6f4b1..2933922 100644 --- a/src/chat_with_audio.js +++ b/src/chat_with_audio.js @@ -120,7 +120,7 @@ async function chatWithAudioStream(userInput) { const audioConfig = getAudioConfig(); console.log(`当前场景: ${llmConfig.sceneName} (${llmConfig.sceneTag})`); - console.log(`使用API Key: ${llmConfig.model.substring(0, 8)}...`); + console.log(`使用API Key: ${llmConfig.model}...`); // 清空音频队列 audioQueue = [];