From 1cd5bf237ff94c3cfc179b774306e2b449fae2be Mon Sep 17 00:00:00 2001 From: sakhiy Date: Wed, 27 May 2026 01:14:53 +0000 Subject: [PATCH] README: cara clone pake token --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 318ba5a..9b900f1 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,17 @@ Konfigurasi LiteLLM proxy untuk Hermes Agent & AI tools. ### 1. Clone repo di server tujuan +Pertama bikin token dulu di https://git.alcozaky.my.id/user/settings/applications → **Generate New Token** (centang repo & read aja). + +Terus clone: ```bash -git clone https://git.alcozaky.my.id/sakhiy/litellm-config.git /opt/litellm +git clone https://sakhiy:TOKEN_LO@git.alcozaky.my.id/sakhiy/litellm-config.git /opt/litellm +cd /opt/litellm +``` + +Atau kalo clone dari internal network (LXC lain di 192.168.1.x): +```bash +git clone http://192.168.1.77:3000/sakhiy/litellm-config.git /opt/litellm cd /opt/litellm ```