mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-21 13:17:47 +00:00
upgraded data export
This commit is contained in:
parent
33527bd278
commit
f0c8c8cb9f
@ -48,7 +48,7 @@ function db_export(){
|
||||
function downloadUrl(url) {
|
||||
const link = document.createElement('a');
|
||||
link.href = url;
|
||||
link.download = 'chat.txt';
|
||||
link.download = 'discussions.json';
|
||||
link.click();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user