[fix] add lorebook to dataset

This commit is contained in:
kwaroran
2023-12-29 00:17:04 +09:00
parent 772c21fe43
commit 85bf4f254b

View File

@@ -15,9 +15,10 @@ export async function exportAsDataset(){
for(const chat of char.chats){
dataset.push({
character: char.name,
name: char.name,
description: char.desc,
chats: chat.message,
lorebook: char.globalLore
})
}
}