From b95bacc7e8374e020d1184bcf1e34664c3fd10e6 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Mon, 10 Feb 2025 17:19:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=9C=8B=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/management.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/management.js b/apps/management.js index b9c8add..1e2371e 100644 --- a/apps/management.js +++ b/apps/management.js @@ -1826,7 +1826,7 @@ azure语音:Azure 语音是微软 Azure 平台提供的一项语音服务, } config.push(`\n当前星火模型:${Config.xhmode}`) config.push(`\n当前Claude模型:${Config.claudeApiModel}`) - config.push(`\n当前Gemini模型:${Config.geminiKey}`) + config.push(`\n当前Gemini模型:${Config.geminiModel}`) config.push(`\n当前Qwen模型:${Config.qwenModel}`) this.reply(config) }