mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
Pull a model from Ollama.com // multiple ollama servers #2027
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 @SurvivaLlama on GitHub (Sep 8, 2024).
Is your feature request related to a problem? Please describe.
I'm always frustrated when I download a new LLM from ollama.com because I have multiple ollama servers and have to download the model for each server.
Describe the solution you'd like
I would like an option to match llms across ollama servers so I dont have to manually check each ollama server to make sure the llm is there.
Describe alternatives you've considered
Currently you have to download the llm for one server, then switch to the next and download it again.