-
Notifications
You must be signed in to change notification settings - Fork 13.2k
webui : added download action (#13552) #16282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks reasonable. Matches PR description. Note that it outputs the conversation as JSON.
There was a JSON-download in
|
Hey, @srogmann, thanks for this! I was thinking that maybe additional to this we could add importing/uploading conversations as well? Let me know if u would like to add this or rather have me take over this. |
Hi @allozaur , I thought about a transfer of master...srogmann:llama.cpp:feature/import_export_all to Svelte. |
I've added import and export functionality for all conversations. However, import currently only supports importing all conversations at once. Importing individual conversations is still missing (the import could detect if the JSON file contains just one conversation and then import only that one). |
Hey! I will take a closer look at these changes this week. I'll keep u posted 🙂 |
Close #13552
This PR adds a download action in Svelte, mirroring the implementation from the previous React release (see #13552).
The filename now includes a prefix derived from the beginning of the conversation text.