[PR #1464] [MERGED] Allow using external ollama service. #7474

Closed
opened 2025-11-11 17:27:33 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1464
Author: @jmferrer
Created: 4/9/2024
Status: Merged
Merged: 4/9/2024
Merged by: @tjbck

Base: devHead: allow-using-external-ollama


📝 Commits (1)

  • 2da7dd6 Allow using external ollama service.

📊 Changes

4 files changed (+9 additions, -0 deletions)

View changed files

📝 kubernetes/helm/templates/_helpers.tpl (+4 -0)
📝 kubernetes/helm/templates/ollama-service.yaml (+2 -0)
📝 kubernetes/helm/templates/ollama-statefulset.yaml (+2 -0)
📝 kubernetes/helm/values.yaml (+1 -0)

📄 Description

Pull Request Checklist

  • Description: Allow using external ollama service.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation?
  • Dependencies: No dependencies

Description

Added ollama.externalHost to values.yaml that configures open-webui to using it and disables internal ollama deployment.


Changelog Entry

Added

  • Allow using external ollama deployment.

🔄 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/open-webui/pull/1464 **Author:** [@jmferrer](https://github.com/jmferrer) **Created:** 4/9/2024 **Status:** ✅ Merged **Merged:** 4/9/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `allow-using-external-ollama` --- ### 📝 Commits (1) - [`2da7dd6`](https://github.com/open-webui/open-webui/commit/2da7dd67ead27db0f04dd85a77f66fb04a9168be) Allow using external ollama service. ### 📊 Changes **4 files changed** (+9 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `kubernetes/helm/templates/_helpers.tpl` (+4 -0) 📝 `kubernetes/helm/templates/ollama-service.yaml` (+2 -0) 📝 `kubernetes/helm/templates/ollama-statefulset.yaml` (+2 -0) 📝 `kubernetes/helm/values.yaml` (+1 -0) </details> ### 📄 Description ## Pull Request Checklist - [ ] **Description:** Allow using external ollama service. - [ ] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [ ] **Documentation:** Have you updated relevant documentation? - [ ] **Dependencies:** No dependencies --- ## Description Added ollama.externalHost to values.yaml that configures open-webui to using it and disables internal ollama deployment. --- ### Changelog Entry ### Added - Allow using external ollama deployment. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:27:33 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#7474