[PR #287] [MERGED] Add Azure OpenAI manifold pipeline example #363

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/287
Author: @derkoe
Created: 10/4/2024
Status: Merged
Merged: 10/19/2024
Merged by: @tjbck

Base: mainHead: feat/add-azure-openai-manifold-pipeline


📝 Commits (1)

  • e591ff1 add Azure OpenAI manifold pipeline example

📊 Changes

1 file changed (+99 additions, -0 deletions)

View changed files

examples/pipelines/providers/azure_openai_manifold_pipeline.py (+99 -0)

📄 Description

This is a pipeline that supports multiple models on Azure OpenAI.

You can specify the models (and names) with:

  • AZURE_OPENAI_MODELS
  • AZURE_OPENAI_MODEL_NAMES

🔄 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/287 **Author:** [@derkoe](https://github.com/derkoe) **Created:** 10/4/2024 **Status:** ✅ Merged **Merged:** 10/19/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `feat/add-azure-openai-manifold-pipeline` --- ### 📝 Commits (1) - [`e591ff1`](https://github.com/open-webui/pipelines/commit/e591ff1b4dc0bd6e58ae6671482607531cd15156) add Azure OpenAI manifold pipeline example ### 📊 Changes **1 file changed** (+99 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/pipelines/providers/azure_openai_manifold_pipeline.py` (+99 -0) </details> ### 📄 Description This is a pipeline that supports multiple models on Azure OpenAI. You can specify the models (and names) with: - AZURE_OPENAI_MODELS - AZURE_OPENAI_MODEL_NAMES --- <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:16 -05:00
yindo closed this issue 2026-02-15 20:15:16 -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#363