From ad6b778085addf3b1e9bad1d144c6cf0d4558b41 Mon Sep 17 00:00:00 2001 From: Wx-2025 <351320169@qq.com> Date: Mon, 29 Sep 2025 21:11:45 +0800 Subject: [PATCH] Update historiographer.js --- core/historiographer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/historiographer.js b/core/historiographer.js index 203d275..ecd44a8 100644 --- a/core/historiographer.js +++ b/core/historiographer.js @@ -551,7 +551,7 @@ export async function executeRefinement(worldbook, loreKey) { const getRefinedContent = async () => { toastr.info("正在召唤模型进行内容精炼...", "宏史卷重铸"); - return await callAI(messages); + return settings.ngmsEnabled ? await callNgmsAI(messages) : await callAI(messages); }; const initialRefinedContent = await getRefinedContent();