-
-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the pipelines service is restarted, the list of models in open-webui
disappears.
#111
Comments
Do you have a volume mapping for pipelines? |
@bannert1337, I experience the same problem. I have a volume mapping, but it's not the same as the open-webui volume. Should it be? My volumes in docker-compose:
|
This is likely an issue from the pipeline code in question here not implementing the correct initialization/startup logic. |
Yep, I fixed for the Google pipeline, the same fix should work here, but I don't use litellm to be able to test it. |
@attilaszasz thanks again for that, I've applied the same in #210 to fix LiteLLM manifold. |
Bug Report
Description
Bug Summary:
When the
pipelines
service is restarted, the list of models inopen-webui
disappears.Steps to Reproduce:
Everything works fine until the
pipelines
container is restarted. Then all models are gone fromopen-webui
.Expected Behavior:
Automatically reload the list of models
Actual Behavior:
I have to go to settings -> pipelines -> hit SAVE to load list of models
Environment
Open WebUI Version: 0.3.5
Open WebUI Pipelines Version: latest from master
Ollama (if applicable): none
Operating System: Ubuntu 22.04.4
Reproduction Details
Confirmation:
Logs and Screenshots
No errors in logs
Installation Method
Service open-webui configured with pipelines (with litellm_manifold_pipeline.py) and connected to lightllm proxy. All are running in docker containers
The text was updated successfully, but these errors were encountered: