You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
I would like to add the ability to save chat messages in the web interface without the need to export and import them again. This would save me a lot of time and effort, and would make the chatting experience more convenient.
Steps to Reproduce:
Open a chat and chat for a bit and shut down the server and ui and launch everything again and open it in a diffrent browser.
How to improve this:
Create a new feature that allows users to have persistent chat messages so even after shutting down the webui server the chats still remain without having to first export and import your chats each time.
Store the chat messages in a persistent storage mechanism, such as local storage or cookies or some other method entirely seperate from the browser (so conversations are saved cross browser.)
Expected Result:
Users should be able to save chat messages and they should be able to view them later.
Actual Result:
The feature is not implemented or isn't obvious where it is, and chat messages are not stored in the web interface.
The text was updated successfully, but these errors were encountered:
Description:
I would like to add the ability to save chat messages in the web interface without the need to export and import them again. This would save me a lot of time and effort, and would make the chatting experience more convenient.
Steps to Reproduce:
Open a chat and chat for a bit and shut down the server and ui and launch everything again and open it in a diffrent browser.
How to improve this:
Expected Result:
Users should be able to save chat messages and they should be able to view them later.
Actual Result:
The feature is not implemented or isn't obvious where it is, and chat messages are not stored in the web interface.
The text was updated successfully, but these errors were encountered: