mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #7388] v4.0.5 issue of Models #53397
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 @Rakhsan on GitHub (Nov 26, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7388
In Admin Settings > Models it does a get request to http://192.168.0.113/api/v1/configs/models. which fails with 500 Internal Server Error. this api is not working. because of that Admin Settings > Models > Configure (Gear Icon) shows a loading spinner forever and the new feature "the ability to set model order and default models" is gone.
@sebaxakerhtc commented on GitHub (Nov 26, 2024):
Duplicate of https://github.com/open-webui/open-webui/issues/7386
@kpatdev commented on GitHub (Nov 26, 2024):
Just noticed it's actually a duplicate of #7375. Should probably consolidate everything there.