mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-23 18:41:28 -05:00
[GH-ISSUE #1750] enhancement: litellm opt-out support #99621
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 @imkebe on GitHub (Apr 25, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1750
Bug Report
Description
Bug Summary:
Frontend seems to fail because of the
/itellm/api/v1/modelstimeout.Steps to Reproduce:
Updated to v0.1.121
Expected Behavior:
There shouldn't be any hard LiteLLM deps.
Actual Behavior:
After login page the screen is empty. Pending llm models api fetch, while the service has never started.
Environment
Open WebUI Version:
0.1.121
Ollama (if applicable):
0.1.30, 0.1.32
Browser (if applicable):
Brave 1.65.114 Chromium: 124.0.6367.60 , Firefox 125.0.2
Reproduction Details
@imkebe commented on GitHub (Apr 26, 2024):
Why this is an enhancement and no bug related? That was working fine with 0.1.120.
@imkebe commented on GitHub (Apr 26, 2024):
Also I noticed that the issue is in fact not having a timeout. When I block the URI of that endpoint in browser the Frontend is rendering. So in fact it waits forever trying to fetch the data and blocks the rendering of the Frontend.