mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-13 02:24:42 -05:00
Support custom prompts per conversation #495
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 @lukemauldinks on GitHub (Mar 18, 2024).
Is your feature request related to a problem? Please describe.
I cannot set custom prompts that will be retained for different conversations.
Describe the solution you'd like
In AnythingLLM, each separate "workspace" is allowed to have its own system prompt. With this functionality, I can have one Workspace with a prompt for software engineering questions and another Workspace with a prompt tailored to managerial functions.
Describe alternatives you've considered
Using the
/promptfunctionality but this requires resetting of the prompt for each comment in the conversation.@tjbck commented on GitHub (Mar 18, 2024):
Duplicate #619, Let's continue our discussion there!