mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #3830] Use Ollama API with open-webui #13401
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 @Ninofj on GitHub (Jul 12, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3830
Bug Report
Description
Bug Summary:
Maybe I'm mistaken and it's not a bug. I installed open-webui by downloading the latest release, unzipped the folder, and ran the Docker Compose command:
I'm able to download models using the web interface and use the software as intended. However, when I'm on the host machine and try to access the Ollama API directly without the web UI, I get this output:
Output:
When I go into the Ollama container and run the command:
I can see about 10 models.
Steps to Reproduce:
Install webui as intended and then run the curl command
Expected Behavior:
all models which are used by open-webui
Actual Behavior:
Empty
Environment
Open WebUI Version: 0.3.7
Ollama (if applicable): 0.1.48
Operating System: Ubuntu 22.04.4
Browser (if applicable): Chrome