From 7fe9673dcec636898a34b287aef7c2aa51a2a79a Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Tue, 25 Mar 2025 20:40:23 +0800 Subject: [PATCH] fix: debug --- models/chaite/cloud.js | 1 + 1 file changed, 1 insertion(+) diff --git a/models/chaite/cloud.js b/models/chaite/cloud.js index a8996c0..c0b6b5c 100644 --- a/models/chaite/cloud.js +++ b/models/chaite/cloud.js @@ -165,6 +165,7 @@ export async function initChaite () { } }) // 回传部分需要同步的配置,以防不一致 + chaite.getGlobalConfig().setDebug(ChatGPTConfig.basic.debug) chaite.getGlobalConfig().setAuthKey(ChatGPTConfig.chaite.authKey) }) // 授予Chaite获取插件配置的能力以便通过api放出