Updated config file path

This commit is contained in:
Andrew Stout 2025-08-07 19:17:55 -05:00
parent 758f198acd
commit 950e7403c4
No known key found for this signature in database
GPG Key ID: B01268A581FC2448

View File

@ -1,35 +1,35 @@
{ {
"name": "LiteLLM",
"slug": "litellm",
"categories": [ "categories": [
20 20
], ],
"config_path": "/opt/litellm.yaml",
"date_created": "2025-08-07", "date_created": "2025-08-07",
"type": "ct", "default_credentials": {
"updateable": true, "password": "sk-1234",
"privileged": false, "username": "admin"
"interface_port": 4000, },
"documentation": "https://docs.litellm.ai/",
"config_path": "/opt/litellm.env",
"website": "https://www.litellm.ai/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/litellm-light.webp",
"description": "LiteLLM description is here", "description": "LiteLLM description is here",
"documentation": "https://docs.litellm.ai/",
"install_methods": [ "install_methods": [
{ {
"type": "default",
"script": "ct/litellm.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 2048,
"hdd": 4, "hdd": 4,
"os": "Debian", "os": "Debian",
"ram": 2048,
"version": "12" "version": "12"
} },
"script": "ct/litellm.sh",
"type": "default"
} }
], ],
"default_credentials": { "interface_port": 4000,
"username": "admin", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/litellm-light.webp",
"password": "sk-1234" "name": "LiteLLM",
}, "notes": [],
"notes": [] "privileged": false,
"slug": "litellm",
"type": "ct",
"updateable": true,
"website": "https://www.litellm.ai/"
} }