mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-04 07:47:12 -05:00
feat: Make feedback reasons configurable via environment variables #5897
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 @rschwabLEK on GitHub (Jul 28, 2025).
Check Existing Issues
Problem Description
It would be useful if I could configure these rather than them being hard coded here:
b8912aa671/src/lib/components/chat/Messages/RateComment.svelte (L178)Desired Solution you'd like
I think if we had them as environment variables it would be easy to deploy.
Alternatives Considered
Another option since it might be a potentiall N sized list is to have a config file
Additional Context
No response