mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-21 18:15:39 -04:00
No endpoints in Docker #188
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 @regularRandom on GitHub (Feb 4, 2025).
Here is the issue: open-webui doesn't detect pipelines. I installed open-webui & pipelines as Docker images and they are accessible through the host.docker.internal address. But: open-webui says Ollama: Network Problem when I click on refresh button in connection setup. Logs from pipelines:
Logs of open-webui:
I tried /info, /api/version - nothing, Unicorn is completely blank.
My docker command:
open-webui v0.5.7
What I missed?
@algowifi commented on GitHub (Feb 11, 2025):
Also with open-webui v0.5.10
@algowifi commented on GitHub (Feb 11, 2025):
Resolve: put http://host.docker.internal:9099 inside API OpenAI not in Ollama API.
@regularRandom commented on GitHub (Feb 12, 2025):
@algowifi yes, that works, thank you! But why OpenAI?
@iwoork commented on GitHub (Feb 15, 2025):
Why does this only work on OpenAI section and not on Ollama?