mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
#609 Export JSONL chat with octet-stream type
This commit is contained in:
@ -6963,7 +6963,7 @@ $(document).ready(function () {
|
||||
toastr.error(`Error: ${data.message}`);
|
||||
return;
|
||||
} else {
|
||||
const mimeType = format == 'txt' ? 'text/plain' : 'application/json';
|
||||
const mimeType = format == 'txt' ? 'text/plain' : 'application/octet-stream';
|
||||
// success, handle response data
|
||||
console.log(data);
|
||||
await delay(250);
|
||||
|
Reference in New Issue
Block a user