mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
Enabling playground access to users #1414
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 @orlevii on GitHub (Jul 1, 2024).
Is your feature request related to a problem? Please describe.
Users can't access the playground, they get redirected back to
/.That happens because of this line:
https://github.com/open-webui/open-webui/blob/main/src/lib/components/playground/Playground.svelte#L215
Describe the solution you'd like
Allow users to access the playground.
Describe alternatives you've considered
I would like to better understand the reasoning behind the current implementation