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" + } + ] }