[PR #120] [MERGED] feat: Update Ollama manifold pipeline to use environment variable for base URL #311

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/120
Author: @aschaber1
Created: 6/25/2024
Status: Merged
Merged: 6/27/2024
Merged by: @tjbck

Base: mainHead: feature/ollama_manifold_env


📝 Commits (1)

  • 60fa35f feat: Update Ollama manifold pipeline to use environment variable for base URL

📊 Changes

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

View changed files

📝 examples/pipelines/providers/ollama_manifold_pipeline.py (+7 -1)

📄 Description

I wanted to be able to configure the pipeline in the same way examples/filters/langfuse_filter_pipeline.py does it.

Added the use of an env var for the pipeline example for examples/pipelines/providers/ollama_manifold_pipeline.py.

Change is backwards compatible, as it defaults to the same as before.


🔄 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/120 **Author:** [@aschaber1](https://github.com/aschaber1) **Created:** 6/25/2024 **Status:** ✅ Merged **Merged:** 6/27/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `feature/ollama_manifold_env` --- ### 📝 Commits (1) - [`60fa35f`](https://github.com/open-webui/pipelines/commit/60fa35f2596b43b354c665ce5e06facbe250bf67) feat: Update Ollama manifold pipeline to use environment variable for base URL ### 📊 Changes **1 file changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `examples/pipelines/providers/ollama_manifold_pipeline.py` (+7 -1) </details> ### 📄 Description I wanted to be able to configure the pipeline in the same way [examples/filters/langfuse_filter_pipeline.py](https://github.com/open-webui/pipelines/blob/9cf0fc4e506838045b1660d1d00ced03841b506f/examples/filters/langfuse_filter_pipeline.py) does it. Added the use of an env var for the pipeline example for [examples/pipelines/providers/ollama_manifold_pipeline.py](https://github.com/open-webui/pipelines/blob/9cf0fc4e506838045b1660d1d00ced03841b506f/examples/pipelines/providers/ollama_manifold_pipeline.py). Change is backwards compatible, as it defaults to the same as before. --- <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:03 -05:00
yindo closed this issue 2026-02-15 20:15:03 -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#311