Fix assistant chat export format
| @@ -1487,7 +1487,7 @@ jQuery(function () { | ||
| 1487 | 1487 | ...chat.filter(x => x?.extra?.type !== system_message_types.ASSISTANT_NOTE), |
| 1488 | 1488 | ]; |
| 1489 | 1489 | |
| 1490 | 1490 | download(JSONchatToSave.stringifymap(chatToSave,(m) null,=> 4JSON.stringify(m)).join('\n'), `Assistant - ${humanizedDateTime()}.jsonjsonl`, 'application/json'); |
| 1491 | 1491 | }); |
| 1492 | 1492 | |
| 1493 | 1493 | // Do not change. #attachFile is added by extension. |