mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #5264] feat: Allow line breaks within Default Prompt Suggestions #52583
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 @GrayXu on GitHub (Sep 8, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5264
Originally assigned to: @tjbck on GitHub.
Is your feature request related to a problem? Please describe.
It is currently not possible to input multi-line prompts in Default Prompt Suggestions, and some models are sensitive to this difference, which affects the final result.
Describe the solution you'd like
Simply allow input of line breaks, to avoid disrupting the UI, you can, for example, only display the last 3 lines on the layout.
@tjbck commented on GitHub (Sep 14, 2024):
Added to dev!