mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #4348] Bug: v0.3.11 - Load models from OpenAI-compatible API without auth #29104
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 @av on GitHub (Aug 4, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/4348
Bug Report
Description
Bug Summary:
Open WebUI doesn't load models from OpenAI-compatible backends that do not require an API key
Steps to Reproduce:
Expected Behavior:
GET /api/models- loads models from the endpointActual Behavior:
GET /api/models- responds with an empty listEnvironment
Reproduction Details
Confirmation:
Logs and Screenshots
Note, that adjusting the config to:
And then the model list is populated correctly
Browser Console Logs:
Docker Container Logs:
Details
Installation Method
Docker Compose installation
@tjbck commented on GitHub (Aug 4, 2024):
This is an expected behaviour!
@av commented on GitHub (Aug 4, 2024):
Understood, thank you for taking a look!