mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #125] Add option to remember and switch between chats, and an option to export/import chats #27471
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gerazov on GitHub (Nov 21, 2023).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/125
Great project 😎
I don't know if this feature (two features?) is already built-in but if it is it's not obvious ...
The problem
It's a problem to continue previous chats, as well as to switch topics. Also if you want to save a chat for future reference.
The solution
Some UI that allows you to go back to previous and switch between chats (like in the ChatGPT UI), and an
Exportbutton for saving conversations tomdfiles.Alternatives
A workaround would be to manually copy paste the whole chat and save them to a file and then refeed them to the LLM to continue.
@tjbck commented on GitHub (Nov 21, 2023):
Hi, There is a sidebar you can toggle which has all the features you've listed.
When #123 gets merged to main, the sidebar should be toggled on by default if the screen size is big enough.
Thanks!
@gerazov commented on GitHub (Nov 22, 2023):
Oh 😅 - that's great! I really didn't see it there - it makes sense to have it on by default.
But also - it's a bit weird that it covers the chat - I guess in the PR it will appear side by side or?
Thanks 🙏