[PR #145] [CLOSED] Fix OPENAI_API_BASE_URL configuration logic #211

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/145
Author: @niv1612
Created: 1/19/2025
Status: Closed

Base: mainHead: fix/openai-api-base-url-logic


📝 Commits (1)

  • ebf2e37 fix: correct OPENAI_API_BASE_URL configuration logic

📊 Changes

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

View changed files

📝 charts/open-webui/templates/workload-manager.yaml (+3 -3)

📄 Description

Correct the logic for setting the OPENAI_API_BASE_URL to prioritize the openaiBaseApiUrl value over the pipelines service endpoint.


This pull request includes a change to the charts/open-webui/templates/workload-manager.yaml file to adjust the order of conditional checks for setting the OPENAI_API_BASE_URL environment variable. The most important change is:


🔄 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/helm-charts/pull/145 **Author:** [@niv1612](https://github.com/niv1612) **Created:** 1/19/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/openai-api-base-url-logic` --- ### 📝 Commits (1) - [`ebf2e37`](https://github.com/open-webui/helm-charts/commit/ebf2e3784cf1bb4ade8c63541e9de4a9cac30351) fix: correct OPENAI_API_BASE_URL configuration logic ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/templates/workload-manager.yaml` (+3 -3) </details> ### 📄 Description Correct the logic for setting the OPENAI_API_BASE_URL to prioritize the openaiBaseApiUrl value over the pipelines service endpoint. ---- This pull request includes a change to the `charts/open-webui/templates/workload-manager.yaml` file to adjust the order of conditional checks for setting the `OPENAI_API_BASE_URL` environment variable. The most important change is: * [`charts/open-webui/templates/workload-manager.yaml`](diffhunk://#diff-105fd9176f116a9143ec3870cadd8a3e9b2407af00d6c214a0d4259833dc31d7L124-R127): Modified the order of conditional checks to prioritize `openaiBaseApiUrl` over `pipelines.enabled` when setting the `OPENAI_API_BASE_URL` environment variable. --- <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 19:16:53 -05:00
yindo closed this issue 2026-02-15 19:16:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#211