mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
Enable Chat Sharing for Non-Registered Users #1747
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 @RexWzh on GitHub (Aug 10, 2024).
Is your feature request related to a problem? Please describe.
I want to share chats with friends and currently, I can obtain the link by clicking on the button:
However, non-registered users are unable to access the shared link.
Describe the solution you'd like
After reviewing the README file and searching through the documentation, I couldn't find a variable to control this setting. The available variables only pertain to "sharing to the Web-UI community" using
ENABLE_COMMUNITY_SHARING.Describe alternatives you've considered
Enable outsiders to view the chat by implementing a variable such as
ENABLE_OUTSIDER_SHARING.This feature would be very beneficial when sharing interesting chat logs or useful solutions with friends.
Thanks in advance!
@tjbck commented on GitHub (Aug 11, 2024):
#2904