diff --git a/README.md b/README.md index 1760a6d..f6e0dca 100644 --- a/README.md +++ b/README.md @@ -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"}] }' ``` diff --git a/docker-compose.yml b/docker-compose.yml index df2f007..49f3282 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,3 @@ -version: '3.9' - services: litellm: image: ghcr.io/berriai/litellm:main-latest