mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #1513] Custom Chat-Character Support #28059
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 @TheMasterFX on GitHub (Apr 11, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1513
Is your feature request related to a problem? Please describe.
We already have the possibility to add custom prompts (/custom-prompt). Which is a nice feature since the user can jump to the variables via tab-key. However the system-prompt is untouched.
To vary the system-prompt we have to use the Modelfiles or the user has to change it every time. Modelfiles are also a great feature, but it has the disadvantage that it is tied to a dedicated language model.
Describe the solution you'd like
It would be nice to define a "Character Template" which can be used on any model and has the possibility to overwrite the systempromt (since as far as I know) has a higher weight than anything which comes after.
Describe alternatives you've considered
Maybe a Solution like text-generation-webui might be a great solution. So non-Admin-Users are able to create and share characters (not only online) but also in an offline company intranet
@tjbck commented on GitHub (Apr 12, 2024):
Related #665, Let's continue our discussion there.+