Public Access
Fix README: clone URL, model name primary, docker-compose cleanup
This commit is contained in:
@@ -18,7 +18,7 @@ Konfigurasi LiteLLM proxy untuk Hermes Agent & AI tools.
|
||||
### 1. Clone repo di server tujuan
|
||||
|
||||
```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
|
||||
```
|
||||
|
||||
@@ -51,7 +51,7 @@ curl http://localhost:4000/v1/chat/completions \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $(grep LITELLM_MASTER_KEY .env | cut -d= -f2)" \
|
||||
-d '{
|
||||
"model": "hermes-engine",
|
||||
"model": "primary",
|
||||
"messages": [{"role": "user", "content": "halo"}]
|
||||
}'
|
||||
```
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
version: '3.9'
|
||||
|
||||
services:
|
||||
litellm:
|
||||
image: ghcr.io/berriai/litellm:main-latest
|
||||
|
||||
Reference in New Issue
Block a user