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
+28
View File
@@ -0,0 +1,28 @@
# LiteLLM Config
Konfigurasi LiteLLM proxy Alcozaky Cookies.
## Struktur
```
├── docker-compose.yml ← Cara jalanin LiteLLM + DB + Redis
├── config.yaml ← Daftar model AI & load balancing
├── .env.example ← Template API key (isi sendiri di .env)
├── .gitignore
├── scripts/ ← Helper Python (add/remove key, proxy)
└── README.md
```
## Cara Pake
1. Copy `.env.example` ke `.env`, isi API key masing-masing
2. `docker compose up -d`
3. Proxy available di `http://localhost:4000`
## Model Tiers
| Tier | Model | Provider | Akun |
|------|-------|----------|------|
| 1 | `hermes-engine` | Gemini 2.5 Flash | 5 (load balanced) |
| 2 | `tier2-fallback` | GPT-4o Mini (GitHub) | 2 |
| 3 | `tier3-emergency` | Llama 3 70B (Groq) | 2 |