diff --git a/backend/open_webui/main.py b/backend/open_webui/main.py index c9ca059c2..2bbd25ae2 100644 --- a/backend/open_webui/main.py +++ b/backend/open_webui/main.py @@ -426,6 +426,7 @@ async def lifespan(app: FastAPI): app = FastAPI( + title="Open WebUI", docs_url="/docs" if ENV == "dev" else None, openapi_url="/openapi.json" if ENV == "dev" else None, redoc_url=None,