[GH-ISSUE #14267] issue: Model files and models provided by pipe functions no longer listed under Local or External tab #32725

Closed
opened 2026-04-25 06:36:07 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @i0ntempest on GitHub (May 24, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14267

Check Existing Issues

  • I have searched the existing issues and discussions.
  • I am using the latest version of Open WebUI.

Installation Method

Pip Install

Open WebUI Version

0.6.10

Ollama Version (if applicable)

No response

Operating System

macOS 15.5

Browser (if applicable)

No response

Confirmation

  • I have read and followed all instructions in README.md.
  • I am using 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 listed steps to reproduce the bug in detail.

Expected Behavior

I don't know if models provided by functions are always treated as external before, but models provided by pipes should be listed under one of Local and External tabs in model selection drop down. Model files should inherit their base model.

Actual Behavior

I don't know if there's already a way for a pipe function to return model types along with the models it provides, but models used to be listed under External tab are no longer there. They're not in the Local tab either. Also any model files I created are also not listed, they're listed under All tab only.

Steps to Reproduce

  1. Get and enable a pipe function that provides models, or create a model file using any model as the base
  2. Check model selection drop down. The new model is in All tab only, and not in either Local or External Tab

Logs & Screenshots

[Error] Unhandled Promise Rejection: TypeError: undefined is not a function (near '...G of w...')
	(anonymous function) (2.B2NbEQaP.js:2823:729544)
	(anonymous function) (2.B2NbEQaP.js:2823:729619)
	(anonymous function) (2.B2NbEQaP.js:2823:729620)
	(anonymous function) (2.B2NbEQaP.js:2823:729687)
	Module Code (2.B2NbEQaP.js:2823:746127)
[Log] Backend config: – {status: true, name: "Nucleus Core Intelligence (Open WebUI)", version: "0.6.10", …} (0.BwGH89hc.js, line 2)
{status: true, name: "Nucleus Core Intelligence (Open WebUI)", version: "0.6.10", default_locale: "", oauth: {providers: {}}, …}Object
[Log] connected – "9iYJyLbAAy4_TDo_AABN" (0.BwGH89hc.js, line 1)
[Log] user-list – {user_ids: ["4c4bef79-0d21-4259-8f68-5b4d7085d620"]} (0.BwGH89hc.js, line 1)
[Log] usage – {models: []} (0.BwGH89hc.js, line 1)
[Log] search – "" (2.B2NbEQaP.js, line 14)
[Log] user-list – {user_ids: ["4c4bef79-0d21-4259-8f68-5b4d7085d620"]} (0.BwGH89hc.js, line 1)
[Log] mounted (DKJGjdwg.js, line 147)
[Log] size – 0 – 32 (DKJGjdwg.js, line 141)
[Log] content – "" (Bb2LaNaA.js, line 204)
[Warning] [tiptap warn]: Duplicate extension names found: ['codeBlock']. This can lead to issues. (Bb2LaNaA.js, line 113)

Additional Information

No response

Originally created by @i0ntempest on GitHub (May 24, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/14267 ### Check Existing Issues - [x] I have searched the existing issues and discussions. - [x] I am using the latest version of Open WebUI. ### Installation Method Pip Install ### Open WebUI Version 0.6.10 ### Ollama Version (if applicable) _No response_ ### Operating System macOS 15.5 ### Browser (if applicable) _No response_ ### Confirmation - [x] I have read and followed all instructions in `README.md`. - [x] I am using 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 listed steps to reproduce the bug in detail. ### Expected Behavior I don't know if models provided by functions are always treated as external before, but models provided by pipes should be listed under one of Local and External tabs in model selection drop down. Model files should inherit their base model. ### Actual Behavior I don't know if there's already a way for a pipe function to return model types along with the models it provides, but models used to be listed under External tab are no longer there. They're not in the Local tab either. Also any model files I created are also not listed, they're listed under All tab only. ### Steps to Reproduce 1. Get and enable a pipe [function](https://openwebui.com/f/balaxxe/anthropic_v3_DEPRECATED_) that provides models, or create a model file using any model as the base 2. Check model selection drop down. The new model is in All tab only, and not in either Local or External Tab ### Logs & Screenshots ``` [Error] Unhandled Promise Rejection: TypeError: undefined is not a function (near '...G of w...') (anonymous function) (2.B2NbEQaP.js:2823:729544) (anonymous function) (2.B2NbEQaP.js:2823:729619) (anonymous function) (2.B2NbEQaP.js:2823:729620) (anonymous function) (2.B2NbEQaP.js:2823:729687) Module Code (2.B2NbEQaP.js:2823:746127) [Log] Backend config: – {status: true, name: "Nucleus Core Intelligence (Open WebUI)", version: "0.6.10", …} (0.BwGH89hc.js, line 2) {status: true, name: "Nucleus Core Intelligence (Open WebUI)", version: "0.6.10", default_locale: "", oauth: {providers: {}}, …}Object [Log] connected – "9iYJyLbAAy4_TDo_AABN" (0.BwGH89hc.js, line 1) [Log] user-list – {user_ids: ["4c4bef79-0d21-4259-8f68-5b4d7085d620"]} (0.BwGH89hc.js, line 1) [Log] usage – {models: []} (0.BwGH89hc.js, line 1) [Log] search – "" (2.B2NbEQaP.js, line 14) [Log] user-list – {user_ids: ["4c4bef79-0d21-4259-8f68-5b4d7085d620"]} (0.BwGH89hc.js, line 1) [Log] mounted (DKJGjdwg.js, line 147) [Log] size – 0 – 32 (DKJGjdwg.js, line 141) [Log] content – "" (Bb2LaNaA.js, line 204) [Warning] [tiptap warn]: Duplicate extension names found: ['codeBlock']. This can lead to issues. (Bb2LaNaA.js, line 113) ``` ### Additional Information _No response_
GiteaMirror added the bug label 2026-04-25 06:36:07 -05:00
Author
Owner

@tjbck commented on GitHub (May 24, 2025):

Intended behaviour.

<!-- gh-comment-id:2906760481 --> @tjbck commented on GitHub (May 24, 2025): Intended behaviour.
Author
Owner

@i0ntempest commented on GitHub (May 24, 2025):

Intended behaviour.

@tjbck How and why? This only makes it more difficult to find a model, especially when there’re a lot of models which I do.

<!-- gh-comment-id:2906776083 --> @i0ntempest commented on GitHub (May 24, 2025): > Intended behaviour. @tjbck How and why? This only makes it more difficult to find a model, especially when there’re a lot of models which I do.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#32725