Public Access
README: cara clone pake token
This commit is contained in:
@@ -17,8 +17,17 @@ Konfigurasi LiteLLM proxy untuk Hermes Agent & AI tools.
|
|||||||
|
|
||||||
### 1. Clone repo di server tujuan
|
### 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
|
```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
|
cd /opt/litellm
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user