添加model 打印
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3m57s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3m57s
This commit is contained in:
parent
f1aa5cf1ed
commit
ddc49e1a50
@ -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 = [];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user