mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #12657] [MERGED] docs: Set FastAPI app title to "Open WebUI" #22997
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/12657
Author: @noamtamim
Created: 4/9/2025
Status: ✅ Merged
Merged: 4/10/2025
Merged by: @tjbck
Base:
dev← Head:patch-1📝 Commits (1)
15fd822Set FastAPI title toOpen WebUI📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
backend/open_webui/main.py(+1 -0)📄 Description
This affects the generated OpenAPI (
/docsand/openapi.json).Head of

/docsbefore the change:After:

Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Open WebUIAdded
titlekwarg when callingFastAPI()so that the title of the generated OpenAPI will beOpen WebUIinstead of the defaultFastAPI🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.