57 lines
1.1 KiB
Markdown
57 lines
1.1 KiB
Markdown
```
|
|
export CONFIG_FILE="configs/config.yaml"
|
|
|
|
GONOSUMCHECK=gitlab.adsw.io GONOSUMDB=gitlab.adsw.io go get gitlab.adsw.io/platform/api-gateway@1e3775d2
|
|
|
|
GONOSUMCHECK=gitlab.adsw.io GONOSUMDB=gitlab.adsw.io go get gitlab.adsw.io/platform/tools/v3@3a234f87
|
|
```
|
|
|
|
|
|
|
|
Перенаправить OpenClaw на локалку
|
|
```
|
|
ssh -N -L 18789:127.0.0.1:18789 daniil@192.168.31.103
|
|
```
|
|
|
|
Token Aunthropic
|
|
```
|
|
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
|
|
```
|
|
|
|
|
|
```
|
|
{
|
|
"version": 1,
|
|
"profiles": {
|
|
"anthropic:default": {
|
|
"type": "token",
|
|
"provider": "anthropic",
|
|
"token": "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"
|
|
}
|
|
},
|
|
"lastGood": {
|
|
"anthropic": "anthropic:default"
|
|
},
|
|
"usageStats": {
|
|
"anthropic:default": {
|
|
"lastUsed": 1770188507724,
|
|
"errorCount": 0
|
|
}
|
|
}
|
|
}
|
|
```
|
|
|
|
```
|
|
"auth": {
|
|
"profiles": {
|
|
"anthropic:default": {
|
|
"provider": "anthropic",
|
|
"mode": "token"
|
|
}
|
|
}
|
|
},
|
|
```
|
|
|
|
```
|
|
sudo systemctl restart claude-bridge
|
|
``` |