mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #8818] Allowed Model IDs are not attached to connection entry #53943
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 @bannert1337 on GitHub (Jan 23, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8818
Bug Report
Installation Method
[Describe the method you used to install the project, e.g., git clone, Docker, pip, etc.]
Environment
Open WebUI Version: v0.5.6
Ollama (if applicable): 0.5.7
Operating System: Linux
Browser (if applicable): Firefox 134.0.2
Confirmation:
Expected Behavior:
If multiple connections are configured and one connection is removed, the remaining connections move up one position.
All details belonging to the connection are correctly moved up one position with the connection.
Actual Behavior:
The connections are correctly moved up, but the specified model IDs remain at the same position, now part of the connection previously below.
Description
Bug Summary:
Baseline:
If the connection above is removed, all connections move up one position.
The model IDs remain at the same position and are now part of the connection previously below.
This can lead to big issues, as now all models are allowed for the connection that was restricted to specific model IDs.
This could cause further problems, such as
Reproduction Details
Steps to Reproduce:
[Outline the steps to reproduce the bug. Be as detailed as possible.]
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots/Screen Recordings (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
@tjbck commented on GitHub (Jan 23, 2025):
Fixed with the latest