]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
webui: export conversations as jsonl (#24688)
authorJulien Chaumond <redacted>
Wed, 17 Jun 2026 11:25:47 +0000 (13:25 +0200)
committerGitHub <redacted>
Wed, 17 Jun 2026 11:25:47 +0000 (13:25 +0200)
commit8086439a4cea94c71a5dfb8fe4ad1546aebd640f
tree6de5862fca5eb1d6241e75b65df90257ee362f6a
parent558e221b70c63d4bb1d54b73f9a0bdd3d9475a8f
webui: export conversations as jsonl (#24688)

* webui: export conversations as jsonl

each session is one jsonl file, a session header line followed by one line per message
exporting multiple conversations bundles them into a zip, one jsonl file each

* webui: import jsonl and zip conversation exports

parse the new jsonl session format and zip archives on import
keep supporting the legacy json format
tools/ui/package-lock.json
tools/ui/package.json
tools/ui/src/lib/components/app/settings/SettingsChat/SettingsChatImportExportTab.svelte
tools/ui/src/lib/enums/files.enums.ts
tools/ui/src/lib/stores/conversations.svelte.ts