添加model 打印
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3m57s

This commit is contained in:
宋居成 2025-08-08 17:05:23 +08:00
parent f1aa5cf1ed
commit ddc49e1a50

View File

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