mirror of
https://github.com/SilenceLurker/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 13:35:51 +00:00
Update historiographer.js
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user