Unable to add models from the model list to the system by verifying OpenAI API connectivity in v0.3.15 #1856

Closed
opened 2025-11-11 14:54:55 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @CookSleep on GitHub (Aug 22, 2024).

Bug Report

Installation Method

Docker

Environment

  • Open WebUI Version: v0.3.15

  • Operating System: Ubuntu 22.04

  • Browser (if applicable): Windows Edge 127.0.2651.105

Confirmation:

  • I have read and followed all the instructions provided in the README.md.
  • I am on the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.

Expected Behavior:

After verifying the OpenAI API connectivity, import all queried models into the system

Actual Behavior:

Can only verify connectivity, cannot add models (my friend also encountered the same situation)

Description

Bug Summary:
Unable to add models from the model list to the system by verifying OpenAI API connectivity

Reproduction Details

Steps to Reproduce:

  1. Fill in the custom OpenAI API base address and key
  2. Click the refresh button to verify the OpenAI API connectivity
  3. Saw that the connectivity verification was successful, but the model list is still empty
  4. Called my custom OpenAI API base address and key in other GUIs and found no issues

Logs and Screenshots

Browser Console Logs:

Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'run-ad-auction'.
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'join-ad-interest-group'.
+layout.svelte:88 Backend config: {status: true, name: 'Open WebUI', version: '0.3.15', default_locale: '', oauth: {…}, …}
+layout.svelte:144 user-count {count: 1}
+layout.svelte:149 usage {models: Array(0)}
+layout.svelte:123 connected
index.ts:64 []
index.ts:64 []

Docker Container Logs:
open-webui-20240823035854.log

Additional Information

In other GUIs, my API base address and key can be used normally, indicating that there should be a bug in the new version of Open WebUI. Keep up the good work!

Originally created by @CookSleep on GitHub (Aug 22, 2024). # Bug Report ## Installation Method Docker ## Environment - **Open WebUI Version:** v0.3.15 - **Operating System:** Ubuntu 22.04 - **Browser (if applicable):** Windows Edge 127.0.2651.105 **Confirmation:** - [x] I have read and followed all the instructions provided in the README.md. - [x] I am on the latest version of both Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below. ## Expected Behavior: After verifying the OpenAI API connectivity, import all queried models into the system ## Actual Behavior: Can only verify connectivity, cannot add models (my friend also encountered the same situation) ## Description **Bug Summary:** Unable to add models from the model list to the system by verifying OpenAI API connectivity ## Reproduction Details **Steps to Reproduce:** 1. Fill in the custom OpenAI API base address and key 2. Click the refresh button to verify the OpenAI API connectivity 3. Saw that the connectivity verification was successful, but the model list is still empty 4. Called my custom OpenAI API base address and key in other GUIs and found no issues ## Logs and Screenshots **Browser Console Logs:** ``` Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'run-ad-auction'. Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'join-ad-interest-group'. +layout.svelte:88 Backend config: {status: true, name: 'Open WebUI', version: '0.3.15', default_locale: '', oauth: {…}, …} +layout.svelte:144 user-count {count: 1} +layout.svelte:149 usage {models: Array(0)} +layout.svelte:123 connected index.ts:64 [] index.ts:64 [] ``` **Docker Container Logs:** [open-webui-20240823035854.log](https://github.com/user-attachments/files/16716938/open-webui-20240823035854.log) ## Additional Information In other GUIs, my API base address and key can be used normally, indicating that there should be a bug in the new version of Open WebUI. Keep up the good work!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#1856