From 8829a9077476b1b954062ba57a59f7f8ce11fe9e Mon Sep 17 00:00:00 2001 From: kwaroran Date: Wed, 7 Jun 2023 09:47:27 +0900 Subject: [PATCH] [feat] better supamemory 2 --- src/ts/process/supaMemory.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/process/supaMemory.ts b/src/ts/process/supaMemory.ts index 7e2a96da..d3b5748a 100644 --- a/src/ts/process/supaMemory.ts +++ b/src/ts/process/supaMemory.ts @@ -78,7 +78,7 @@ export async function supaMemory( async function summarize(stringlizedChat:string){ const supaPrompt = db.supaMemoryPrompt === '' ? - "[Summarize the ongoing role story, It must also remove redundancy and unnecessary content from the prompt so that gpt3 and other sublanguage models]\n" + "[Summarize the ongoing role story, It must also remove redundancy and unnecessary text and content from the output to reduce tokens for gpt3 and other sublanguage models]\n" : db.supaMemoryPrompt let result = ''