Replies: 8 comments
-
|
FIX i implemented locally - potentially useful input for the maintainers/devs of OpenWebui:
Additional stuff: TO DO from my side:a) Generate the response to that new chat's query using the selected Pipeline. |
Beta Was this translation helpful? Give feedback.
-
|
This is basically similar to https://chat.openai.com where you can use ChatGPT without login and history is gone once you refresh or close browser |
Beta Was this translation helpful? Give feedback.
-
|
maybe more like https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web , guest user auto signup and can login by cookie |
Beta Was this translation helpful? Give feedback.
-
|
OK. I have finished it by trusted header.
and modify
Now, you can login by YOUR NORMAL MODE ENTRY, and let guest auto-auth by YOUR GUEST MODE ENTRY |
Beta Was this translation helpful? Give feedback.
-
|
Would really appreciate having this feature. |
Beta Was this translation helpful? Give feedback.
-
|
Need this feature. It hasn't been forgotten, has it? Suggested to combine with #2904 when this feature is implemented |
Beta Was this translation helpful? Give feedback.
-
|
How exactly should the guest mode feature be implemented? Based on the latest version, I followed @stuartofmine @MarlNox method, but there are no corresponding folders and code in the new version. |
Beta Was this translation helpful? Give feedback.
-
|
This functionality is somewhat effectively already present in Open WebUI via the "Enforce Temporary Chat" permission. Admins can achieve a "Guest Mode"-like setup by:
When users log in with this Guest account, their chats will be temporary by default (history not saved), which fulfills the requirement for a privacy-focused guest experience. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem:
When users are not logged in, there's currently no option for them to engage in conversations through the chat in the open web UI without their interactions being put in history, like in the Single User mode where all history is still recorded so it can't be used simultaneously by many users.
Solution:
Introduce a "Guest Mode" within the open web UI, where users can access chat functionality without the need to create personal accounts. Upon choosing the "No Login" option, users are automatically provided with predefined login credentials (e.g., username and password) generated by the system. In this Guest Mode, the sidebar displaying chat history is hidden, ensuring that no conversation records are stored. The guest mode should be in addition to the multi-user sign in rather than an either-or scenario.
Alternatives:
Consider allowing users to access limited chat functionality without logging in, with the option to create an account for accessing more features and retaining chat history.
Beta Was this translation helpful? Give feedback.
All reactions