mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
feat: Expose Default Task Model Prompts #5278
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 @rlabusiness on GitHub (May 22, 2025).
Check Existing Issues
Problem Description
I’d like to tweak the behavior of the task model sometimes, but I don’t want to lose the core functionality that’s already there from the default prompts for:
Desired Solution you'd like
Either (1) expose each prompt by always pre-populating the “custom prompt” box with the default prompts, (2) add a button next to each box that populates them with the default prompt, or (3) add a button that pops up a modal that exposes the prompts with a “copy” button next to each so the user can easily override them.
Option (2) or (3) is preferred because if I’ve modified/customized the prompt, I need a way to pull in the default prompts again. Option (3) seems to be the easiest to implement and remains clear for the end user, so I recommend (3).
Alternatives Considered
Digging through the code to find the default prompts, but that’s not a great end user/admin experience.
Additional Context
No response