diff --git a/frontend/public/json/litellm.json b/frontend/public/json/litellm.json index 45ca3da4..24ab079e 100644 --- a/frontend/public/json/litellm.json +++ b/frontend/public/json/litellm.json @@ -1,40 +1,40 @@ { + "name": "LiteLLM", + "slug": "litellm", "categories": [ 20 ], - "config_path": "/opt/litellm.yaml", "date_created": "2025-08-07", - "default_credentials": { - "password": "sk-1234", - "username": "admin" - }, - "description": "LLM proxy to call 100+ LLMs in a unified interface & track spend, set budgets per virtual key/user", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 4000, "documentation": "https://docs.litellm.ai/", + "config_path": "/opt/litellm.yaml", + "website": "https://www.litellm.ai/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/litellm-light.webp", + "description": "LLM proxy to call 100+ LLMs in a unified interface & track spend, set budgets per virtual key/user", "install_methods": [ { + "type": "default", + "script": "ct/litellm.sh", "resources": { "cpu": 2, + "ram": 2048, "hdd": 4, "os": "Debian", - "ram": 2048, "version": "12" - }, - "script": "ct/litellm.sh", - "type": "default" + } } ], - "interface_port": 4000, - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/litellm-light.webp", - "name": "LiteLLM", + "default_credentials": { + "username": "admin", + "password": "sk-1234" + }, "notes": [ { "text": "Update master key in the config file", "type": "info" } - ], - "privileged": false, - "slug": "litellm", - "type": "ct", - "updateable": true, - "website": "https://www.litellm.ai/" + ] }