[PR #510] [MERGED] Support for more openai models #440

Closed
opened 2026-02-15 20:15:36 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/510
Author: @lmtr0
Created: 4/18/2025
Status: Merged
Merged: 4/18/2025
Merged by: @tjbck

Base: mainHead: main


📝 Commits (3)

  • e986590 new: filter logic for a better way of filtering models
  • f825066 Merge branch 'open-webui:main' into main
  • 72768c2 fix: removed invalid syntax

📊 Changes

1 file changed (+8 additions, -1 deletions)

View changed files

📝 examples/pipelines/providers/openai_manifold_pipeline.py (+8 -1)

📄 Description

Hey guys, Following up on #432 I've added a new logic to filter model IDs and allow for a more versatile filtering logic by allowing us to add onto a list of valid model ID patterns

Changelog:

  • Added support for o3-mini and more organized filtering logic for newer models

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/pipelines/pull/510 **Author:** [@lmtr0](https://github.com/lmtr0) **Created:** 4/18/2025 **Status:** ✅ Merged **Merged:** 4/18/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`e986590`](https://github.com/open-webui/pipelines/commit/e9865901dd0eb0617fcda837d350c2b6a2cdb594) new: filter logic for a better way of filtering models - [`f825066`](https://github.com/open-webui/pipelines/commit/f825066804066c39380cc46a9c232805a3d956cd) Merge branch 'open-webui:main' into main - [`72768c2`](https://github.com/open-webui/pipelines/commit/72768c272e965f8a038bbdaef0c044bd4b137665) fix: removed invalid syntax ### 📊 Changes **1 file changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `examples/pipelines/providers/openai_manifold_pipeline.py` (+8 -1) </details> ### 📄 Description Hey guys, Following up on #432 I've added a new logic to filter model IDs and allow for a more versatile filtering logic by allowing us to add onto a list of valid model ID patterns Changelog: - Added support for o3-mini and more organized filtering logic for newer models --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:36 -05:00
yindo closed this issue 2026-02-15 20:15:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/pipelines#440