[PR #187] [MERGED] feat: add option to disable openai api #237

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/187
Author: @cnblogs-dudu
Created: 2/22/2025
Status: Merged
Merged: 3/9/2025
Merged by: @westbrook-ai

Base: mainHead: add-option-to-disable-openai-api


📝 Commits (1)

  • bc910cc feat: add option to disable openai api

📊 Changes

3 files changed (+11 additions, -4 deletions)

View changed files

📝 charts/open-webui/README.md (+1 -0)
📝 charts/open-webui/templates/workload-manager.yaml (+7 -4)
📝 charts/open-webui/values.yaml (+3 -0)

📄 Description

Use the following value to disable openai api

enableOpenaiApi: false

instead of

extraEnvVars:
- name: "ENABLE_OPENAI_API"
  value: "False"

🔄 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/187 **Author:** [@cnblogs-dudu](https://github.com/cnblogs-dudu) **Created:** 2/22/2025 **Status:** ✅ Merged **Merged:** 3/9/2025 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `add-option-to-disable-openai-api` --- ### 📝 Commits (1) - [`bc910cc`](https://github.com/open-webui/helm-charts/commit/bc910cc2d3f4ce69b6a87c6fd88f5b8af5d7e918) feat: add option to disable openai api ### 📊 Changes **3 files changed** (+11 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/README.md` (+1 -0) 📝 `charts/open-webui/templates/workload-manager.yaml` (+7 -4) 📝 `charts/open-webui/values.yaml` (+3 -0) </details> ### 📄 Description Use the following value to disable openai api ```yaml enableOpenaiApi: false ``` instead of ```yaml extraEnvVars: - name: "ENABLE_OPENAI_API" value: "False" ``` --- <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:17:00 -05:00
yindo closed this issue 2026-02-15 19:17:00 -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#237