mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #6979] Bug: model search not returning expected results #53222
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 @willdady on GitHub (Nov 16, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6979
Bug Report
Installation Method
Docker compose
Environment
Open WebUI Version: v0.3.35
Operating System: MacOS Sequoia
Browser (if applicable): Firefox 132.0.2
Expected Behavior:
Searching in models drop-down should match models containing the entered sub-string.
Actual Behavior:
Search only returns a single match when there should be multiple. See below screenshots.
Description
Bug Summary:
Searching models does not return the expected results.
Logs and Screenshots
Screenshots/Screen Recordings (if applicable):
Note there are two models with "haiku" in their name.
Typing "ha" only yields one result when there should be two.
Additional Information
Models are loaded via a pipelines manifold which loads models from litellm. Not sure if that matters.