fix: pass message index when processing regex script
This commit is contained in:
@@ -128,7 +128,7 @@ export async function hypaMemoryV3(
|
||||
} finally {
|
||||
if (settings.summarizationModel !== "subModel") {
|
||||
try {
|
||||
unloadEngine();
|
||||
await unloadEngine();
|
||||
} catch {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user