From f0c284cc2f6df637b705b0c9ff8ba6cdf6651fd2 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Fri, 8 Mar 2024 14:41:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20copilot=E4=B9=B1=E5=86=99=E7=9A=84bug?= 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 8afc879..5e2c22a 100644 --- a/apps/management.js +++ b/apps/management.js @@ -1285,7 +1285,7 @@ azure语音:Azure 语音是微软 Azure 平台提供的一项语音服务, this.finish('saveClaudeKey') return } - Config.claudeKey = token + Config.claudeApiKey = token await this.reply('Claude API Key设置成功', true) this.finish('saveClaudeKey') }