mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #4808] enh: abillity to add user/assistant message pair #68343
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 @CookSleep on GitHub (Aug 22, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/4808
Originally assigned to: @tjbck on GitHub.
Is your feature request related to a problem? Please describe.
When I want to quickly create historical message records to migrate chat data from elsewhere, I can only continuously send a request and then press the button to abort the output when the model responds. This wastes a lot of time and my API quota.
Describe the solution you'd like
Allow generating an empty conversation pair (User+Assistant) by pressing Ctrl+Enter, enabling users to quickly create historical messages.
Describe alternatives you've considered
There are no alternative solutions.
Additional context
Of course, in the discussion of #4357, there is also an alternative solution of importing data in bulk using CSV files with a specified format. But after careful consideration, I still think creating a pair of empty messages is more convenient and simpler.
@tjbck commented on GitHub (Sep 23, 2024):
You can now use Cmd/Ctrl + Shift + Enter to create a new message pair. Added in dev, testing wanted here!