mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #5731] [Bug] Exessive network request when moving model in workspaces/models view #14104
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 @MartianInGreen on GitHub (Sep 26, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5731
Bug Report
Installation Method
Environment
Open WebUI Version: v0.3.30
Ollama (if applicable): -/-
Operating System: Ubuntu 22.04 (host), NixOS (client)
Browser (if applicable): Zen 1.0.1-a.5 (Firefox)
Confirmation:
Expected Behavior:
Send one network request to update position like is done for the "Move to Top" operation.
Actual Behavior:
Sends one network request for each model in the model list, regardless of if it's position got updated or not.
Description
Bug Summary:
While moving / re-ordering a model in the Workspace/Models view an excessive amount of network requests gets send each and every time you move a model leading to de-sync and other issues.
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Screenshots/Screen Recordings (if applicable):

All 202 request are from moving one model, in this case Gemini 1.0 Pro down one space.