[PR #60] [MERGED] feat: groq manifold pipeline #290

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/60
Author: @MindFreeze
Created: 6/5/2024
Status: Merged
Merged: 6/5/2024
Merged by: @tjbck

Base: mainHead: feat/groq_manifold


📝 Commits (1)

  • 47a7c82 feat: groq manifold pipeline

📊 Changes

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

View changed files

examples/pipelines/providers/groq_manifold_pipeline.py (+122 -0)

📄 Description

It is mostly a copy of the openai manifold since the Groq api is compatible. This changes the id/name so they can coexist and removes the "gpt" check


🔄 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/60 **Author:** [@MindFreeze](https://github.com/MindFreeze) **Created:** 6/5/2024 **Status:** ✅ Merged **Merged:** 6/5/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `feat/groq_manifold` --- ### 📝 Commits (1) - [`47a7c82`](https://github.com/open-webui/pipelines/commit/47a7c82366a3554307916b846774c2edd6b36f71) feat: groq manifold pipeline ### 📊 Changes **1 file changed** (+122 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/pipelines/providers/groq_manifold_pipeline.py` (+122 -0) </details> ### 📄 Description It is mostly a copy of the openai manifold since the Groq api is compatible. This changes the id/name so they can coexist and removes the "gpt" check --- <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:14:58 -05:00
yindo closed this issue 2026-02-15 20:14:58 -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#290