51 lines
922 B
Markdown
51 lines
922 B
Markdown
```
|
|
export CONFIG_FILE="configs/config.yaml"
|
|
```
|
|
|
|
Перенаправить 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
|
|
``` |