fix: pass message index when processing regex script

This commit is contained in:
Bo26fhmC5M
2025-05-18 13:01:32 +09:00
parent 0a792db7c2
commit a41ac074db
2 changed files with 46 additions and 55 deletions

View File

@@ -128,7 +128,7 @@ export async function hypaMemoryV3(
} finally {
if (settings.summarizationModel !== "subModel") {
try {
unloadEngine();
await unloadEngine();
} catch {}
}
}