Skip to content

Commit 81dd586

Browse files
committed
fix: Update formatting in example_openclaw.md for better readability
1 parent db4890a commit 81dd586

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/en/example_openclaw.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 架构概述
44

5-
5+
```txt
66
OpenClaw 配置网页:设置>配置>Models>Model Providers>vllm:http://localhost:8090/v1
77
|
88
|
@@ -23,13 +23,14 @@
2323
| |
2424
OpenJudge OpenJudge
2525
读取用户Query 读取所有Query的所有答案并计算奖励
26-
26+
```
2727

2828
## 启动方法
2929

3030
### 1. 灵俊上启动swarm server,并ssh打通到龙虾
3131

3232
```bash
33+
# agentjet 的 git checkout add-openclaw-training
3334
ajet-swarm start
3435
```
3536

@@ -41,6 +42,7 @@ ssh -R 8090:localhost:8090 -p 22222 fuqingxu@111.36.208.22 -N -o ServerAliveIn
4142
### 2. 龙虾服务器启动OpenJudge & AgentJet请求一转多服务
4243

4344
```bash
45+
# agentjet 的 git checkout add-openclaw-training
4446
python -m ajet.tuner_lib.experimental.oai_model_one2many
4547
```
4648

0 commit comments

Comments
 (0)