mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
issue with open-webui not listing the models of ollama #1690
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 @ds47x on GitHub (Aug 5, 2024).
Bug Report
The issue is when trying to select a model the drop down menu says no results found
Description
The issue is i cant select or find llama models on the webui
ollama works on the terminal but doesnt get detected on the webui
Steps to Reproduce:
1.install ollama
curl -fsSL https://ollama.com/install.sh | shinstall any model
ollama run llama3.1then download webui using docker
sudo docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:mainand done but the models are not detected and it said server error when trying to download models by the webui
Expected Behavior:
what i expected to happen was download the webui and use the llama models on it
Actual Behavior:
the models are not listed on the webui
Environment
Confirmation:
Logs and Screenshots
Docker Container Logs:
Installation Method
Docker
!