Initial commit: LiteLLM config + docker-compose + helper scripts

This commit is contained in:
2026-05-27 00:55:23 +00:00
commit 2466db43b3
13 changed files with 762 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Sensitive files — jangan di-commit
.env
# Docker runtime data
litellm_db_data/
# Python cache
__pycache__/
*.pyc