mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
Ollama models stop showing after upgrade to v0.1.123 #839
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 @llagerlof on GitHub (May 7, 2024).
Bug Report
Description
Bug Summary:
After upgrade to v0.1.123 the model isn't showing in "Select a model" combo box anymore.
Steps to Reproduce:
Start the container on Windows 11 using
cmd, normal user (not admin).docker run -d -p 3000:8080 -e OLLAMA_BASE_URL=http://127.0.0.1:11434 -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:mainAccess
http://localhost:3000, log in and click on "Select a model" combo box field.Expected Behavior:
When opening the "Select a model" field the models available in ollama should appear.
Actual Behavior:
The model isn't showing in "Select a model" combo box.
Environment
Reproduction Details
ollama listshows me the models list.http://127.0.0.1:11434is accessible using a browser. ReturnsOllama is running.@rdlu commented on GitHub (May 7, 2024):
I'm having the same. There's one error in the docker logs:
ERROR:apps.openai.main:Connection error: Cannot connect to host api.openai.com:443 ssl:default [Temporary failure in name resolution]I have the openai integration enabled. And my dns is working inside the docker host terminal, nslookup and dig returns the correct ip.
I'm using Docker with a debian 12 host, not windows.
@llagerlof commented on GitHub (May 7, 2024):
Just to add info, I don't have the openai integration enabled.