mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 22:21:27 -05:00
Pull a model from Ollama.com always pulls to main ollama instance #1407
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 @clang88 on GitHub (Jun 30, 2024).
Bug Report
Description
Bug Summary:
If multiple ollama instances are connected,
Pull a model from Ollama.comalways pulls the model to the first instance, even if the second is selected inManage Ollama ModelsSteps to Reproduce:
Manage Ollama ModelsDelete a modelExpected Behavior:
When switching Ollama instance, I expect the new model to be pulled on the instance that is selected in
Manage Ollama Models. Optionally, it would be great to be able to manage all instances at the same time.Actual Behavior:
Always the first Ollama instance is selected.
Environment
Open WebUI Version: v0.3.6
Ollama (if applicable): 0.1.48
Operating System: Debian (Open WebUI, Ollama instance 2), Windows 11 (Ollama instance 1)
Browser (if applicable): Chrome 126.0.6478.127
@tjbck commented on GitHub (Jul 6, 2024):
Fixed on dev.