[PR #810] [MERGED] feat: config.json support #20472

Closed
opened 2026-04-20 02:59:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/810
Author: @tjbck
Created: 2/20/2024
Status: Merged
Merged: 2/20/2024
Merged by: @tjbck

Base: mainHead: config


📝 Commits (3)

  • d58de06 feat: config.json support
  • daa989b feat: validate type
  • 3d10f21 feat: include default config.json

📊 Changes

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

View changed files

📝 backend/.gitignore (+1 -0)
📝 backend/config.py (+19 -4)
backend/data/config.json (+34 -0)

📄 Description

Resolves #776


🔄 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/810 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 2/20/2024 **Status:** ✅ Merged **Merged:** 2/20/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `config` --- ### 📝 Commits (3) - [`d58de06`](https://github.com/open-webui/open-webui/commit/d58de061fac0aed51a72ae90875ebc3ac58af0d2) feat: config.json support - [`daa989b`](https://github.com/open-webui/open-webui/commit/daa989b7dc7fdc956a7b2861a85e03f187a1cf0a) feat: validate type - [`3d10f21`](https://github.com/open-webui/open-webui/commit/3d10f21b3b8d2ede724b2499c18dfcbeb560db8f) feat: include default config.json ### 📊 Changes **3 files changed** (+54 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `backend/.gitignore` (+1 -0) 📝 `backend/config.py` (+19 -4) ➕ `backend/data/config.json` (+34 -0) </details> ### 📄 Description Resolves #776 --- <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 2026-04-20 02:59:19 -05: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#20472