mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 15:27:37 -05:00
[GH-ISSUE #11704] feat: How can the same Ollama model appear multiple times in the model list with different system prompts? #103319
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 @yelluo on GitHub (Mar 15, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11704
Check Existing Issues
Problem Description
It is not possible to have the same OLLAMA model appear multiple times in the model list with different system prompts.
Desired Solution you'd like
After adding a model, you can modify its display name, but you cannot duplicate the model. When setting up connections, you can add the same model repeatedly, but the model list page only displays one instance. Exporting the model list to a JSON file and then modifying it to add the same model with different names does not result in seeing two models in the model list after importing the JSON.
The same Ollama model is not reloaded on the server side, which reduces memory usage and improves response speed; different system prompts or model parameter settings can be used to achieve various functions.
You can set advanced chat parameters to allow the same model to have different system prompts. However, it is hoped that administrators will set this up in advance so that other users can directly select a model from the model list to achieve specific functions.
Alternatives Considered
No response
Additional Context
No response
@Classic298 commented on GitHub (Mar 15, 2025):
I think what you want to do is go to the workspace and create a few custom models with different system prompts but the same base model. These will then display seperately.