Bug Summary:
If multiple ollama instances are connected, Pull a model from Ollama.com always pulls the model to the first instance, even if the second is selected in Manage Ollama Models
Steps to Reproduce:
Connect two Ollama instances
Pull a new model on the first instance
Now switch managed instance in Manage Ollama Models
Now try to pull the same model on the second instance (will finish instantly)
Verify that the model is missing, when going to Delete a model
Expected 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.
Originally created by @clang88 on GitHub (Jun 30, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3548
# Bug Report
## Description
**Bug Summary:**
If multiple ollama instances are connected, `Pull a model from Ollama.com` always pulls the model to the first instance, even if the second is selected in `Manage Ollama Models`
**Steps to Reproduce:**
1. Connect two Ollama instances
2. Pull a new model on the first instance
3. Now switch managed instance in `Manage Ollama Models`
4. Now try to pull the same model on the second instance (will finish instantly)
5. Verify that the model is missing, when going to `Delete a model`
**Expected 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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @clang88 on GitHub (Jun 30, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3548
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.