Fix README: clone URL, model name primary, docker-compose cleanup

This commit is contained in:
2026-05-27 01:06:55 +00:00
parent 32227991df
commit 3d857c5b47
2 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ Konfigurasi LiteLLM proxy untuk Hermes Agent & AI tools.
### 1. Clone repo di server tujuan ### 1. Clone repo di server tujuan
```bash ```bash
git clone http://192.168.1.77:3000/sakhiy/litellm-config.git /opt/litellm git clone https://git.alcozaky.my.id/sakhiy/litellm-config.git /opt/litellm
cd /opt/litellm cd /opt/litellm
``` ```
@@ -51,7 +51,7 @@ curl http://localhost:4000/v1/chat/completions \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-H "Authorization: Bearer $(grep LITELLM_MASTER_KEY .env | cut -d= -f2)" \ -H "Authorization: Bearer $(grep LITELLM_MASTER_KEY .env | cut -d= -f2)" \
-d '{ -d '{
"model": "hermes-engine", "model": "primary",
"messages": [{"role": "user", "content": "halo"}] "messages": [{"role": "user", "content": "halo"}]
}' }'
``` ```
-2
View File
@@ -1,5 +1,3 @@
version: '3.9'
services: services:
litellm: litellm:
image: ghcr.io/berriai/litellm:main-latest image: ghcr.io/berriai/litellm:main-latest