From 4d6e3e5977b54bfe7d241755fa5b099284b205e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Tue, 23 Sep 2025 12:11:21 +0200 Subject: [PATCH] Update openwebui.json (#7843) --- frontend/public/json/openwebui.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/public/json/openwebui.json b/frontend/public/json/openwebui.json index 4d492f101..cc1ccd1a9 100644 --- a/frontend/public/json/openwebui.json +++ b/frontend/public/json/openwebui.json @@ -31,5 +31,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "Script contains optional installation of Ollama.", + "type": "info" + } + ] }