From 0c0cf83cacdd05c16df2eb8d5e52b15e55a262bb Mon Sep 17 00:00:00 2001 From: Andrew Stout Date: Thu, 7 Aug 2025 19:31:59 -0500 Subject: [PATCH] Added note about updating the master key --- frontend/public/json/litellm.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/public/json/litellm.json b/frontend/public/json/litellm.json index fe5d1048..7ae25020 100644 --- a/frontend/public/json/litellm.json +++ b/frontend/public/json/litellm.json @@ -26,7 +26,12 @@ "interface_port": 4000, "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/litellm-light.webp", "name": "LiteLLM", - "notes": [], + "notes": [ + { + "text": "Update master key in the config file", + "type": "info" + } + ], "privileged": false, "slug": "litellm", "type": "ct",