mirror of
https://github.com/SilenceLurker/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 18:15:50 +00:00
Update summarizer.js
This commit is contained in:
@@ -178,6 +178,9 @@ export async function processOptimization(latestMessage, previousMessages) {
|
|||||||
optimizedContent: finalMessage,
|
optimizedContent: finalMessage,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
if (settings.showOptimizationToast) {
|
||||||
|
toastr.success("正文优化成功!", "Amily2号");
|
||||||
|
}
|
||||||
|
|
||||||
console.timeEnd("优化任务总耗时");
|
console.timeEnd("优化任务总耗时");
|
||||||
console.groupEnd();
|
console.groupEnd();
|
||||||
|
|||||||
Reference in New Issue
Block a user