From 810a5d4f181f7d0e917c7cb2b6632d5251f80224 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Fri, 7 Jul 2023 07:03:21 +0900 Subject: [PATCH] [fix] hypamemory --- src/ts/process/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/process/index.ts b/src/ts/process/index.ts index ba1338f8..b349a0f4 100644 --- a/src/ts/process/index.ts +++ b/src/ts/process/index.ts @@ -297,7 +297,7 @@ export async function sendChat(chatProcessIndex = -1,arg:{chatAdditonalTokens?:n if(nowChatroom.supaMemory && db.supaMemoryType !== 'none'){ const sp = await supaMemory(chats, currentTokens, maxContextTokens, currentChat, nowChatroom, tokenizer, { - asHyper: db.hypaMemory + asHyper: db.supaMemoryType !== 'subModel' && db.hypaMemory }) if(sp.error){ alertError(sp.error)