mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
Custom system prompt for calls #2257
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 @ahmedsaed on GitHub (Oct 1, 2024).
Is your feature request related to a problem? Please describe.
The LLM occasionally generates responses that are inappropriate for call interactions. For instance:
In this example, the LLM adds unnecessary clarifications and mentions text interactions, which are not suitable for calls.
Describe the solution you'd like
A custom system prompt tailored specifically for calls would be more effective. This prompt could be dynamically appended to the main system prompt, allowing the LLM to adjust its tone and responses for calls without redundant information.
Describe alternatives you've considered
Another option is to create multiple models within the workspace, each with a custom system prompt suited to different scenarios.