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 = [];