mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Don't save extra data to chroma
This commit is contained in:
@ -98,6 +98,7 @@ async function addMessages(chat_id, messages) {
|
||||
mes: text,
|
||||
send_date: id,
|
||||
id: `msg-${id++}`,
|
||||
extra: undefined,
|
||||
})));
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user