mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 08:15:00 -05:00
Let us insert messages / edit system prompt per chat #1339
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 @skerit on GitHub (Jun 21, 2024).
Is your feature request related to a problem? Please describe.
I used to use bettergpt.chat, and it allowed you great control over the raw flow of the chat.
Each chat started with the system prompt at the top, and then you could arbitrarily add messages, where you could choose who they were coming from: system, assistant or user.
This was great for setting up a quick multishot chat.
Describe the solution you'd like
I would really like to have that control in open-webui too.
Editing the system prompt per-chat would be great, but being able to "set up" a chat like that is even more useful.
Describe alternatives you've considered
Keep on using bettergpt.chat, but it's quite limited.
@tjbck commented on GitHub (Jun 21, 2024):
Duplicate