[feat] added memory limit line

This commit is contained in:
kwaroran
2023-05-17 02:18:34 +09:00
parent e5c44406fb
commit 59c34956cf
9 changed files with 39 additions and 10 deletions

View File

@@ -27,7 +27,8 @@ export function messageForm(arg:Message[], loadPages:number){
role: m.role,
data: reformatContent(m.data),
index: i,
saying: m.saying
saying: m.saying,
chatId: m.chatId ?? 'none'
})
}
return a.slice(0, loadPages)