mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-06 16:58:36 -05:00
[GH-ISSUE #1354] Ollama model rename feature #51126
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 @nijisakai on GitHub (Mar 29, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1354
is it possible to rename the ollama models so i can give users a more friendly model description name and they can choose models more clear.
@justinh-rahb commented on GitHub (Mar 29, 2024):
You could either create a Modelfile in WebUI, or you can import a modelfile directly into Ollama.
@tjbck commented on GitHub (Mar 29, 2024):
Closing this in favour of #1041, let's continue our discussion there!
@ckizer commented on GitHub (Sep 12, 2024):
I cannot figure out after several hours how to simply rename the model I'm using:
mannix/llama3.1-8b-abliterated:latest
Can't figure it out, UI if it supports this is very confusing :-)
@branrickman commented on GitHub (Jan 19, 2025):
This can be accomplished by simply renaming the model directory name in the library.
For example, if I wanted to rename llama3.2 in the following example:
I could simply rename the folder to "L3.2":
And then listing the models in the command line (without even restarting Ollama) will show the model name is changed:
I have not tested how this change is taken in by Open-webui.