mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 10:04:14 -05:00
Can't select ollama models #656
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 @eliezersouzareis on GitHub (Apr 15, 2024).
Bug Report
Description
Bug Summary:
The dropdown to select models in the application is not functioning as expected.
Steps to Reproduce:
Expected Behavior:
When selecting a model from the dropdown, it should activate or display relevant information.
Actual Behavior:
Selecting a model from the dropdown does not trigger any action or display relevant information.
Environment
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
here is the most relevant logs
Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Installation Method
Installed ollama using package manager then set up ollama as service and to listen on port 11434.
After that I cobbled the following docker compose file
and ran
docker compose upAdditional Information
/api/tags(https://github.com/ollama/ollama/blob/v0.1.32/docs/api.md#list-local-models) shows that there is no 'model' key.model["model"]tomodel["name"]), the list of models shows up but cannot be selected (clicking them does not trigger any action).@ghost commented on GitHub (Apr 15, 2024):
That is an ancient version of Ollama is there a good reason you're using it? I'm fairly certain that there are vulnerabilities like this. I'm not sure that we're compatible with it anymore. See this commit which deprecates
namefrom many types and addsmodeleverywhere: ollama/ollama@1f5b7ff976