Refactored litellm script to use uv

This commit is contained in:
Andrew Stout
2025-08-08 16:49:55 -05:00
parent c094133ea1
commit ec0de310e8
3 changed files with 15 additions and 16 deletions

View File

@@ -10,7 +10,7 @@
"privileged": false,
"interface_port": 4000,
"documentation": "https://docs.litellm.ai/",
"config_path": "/opt/litellm.yaml",
"config_path": "/opt/litellm/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",