We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4890a commit 81dd586Copy full SHA for 81dd586
docs/en/example_openclaw.md
@@ -2,7 +2,7 @@
2
3
## 架构概述
4
5
-
+```txt
6
OpenClaw 配置网页:设置>配置>Models>Model Providers>vllm:http://localhost:8090/v1
7
|
8
@@ -23,13 +23,14 @@
23
| |
24
OpenJudge OpenJudge
25
读取用户Query 读取所有Query的所有答案并计算奖励
26
+```
27
28
## 启动方法
29
30
### 1. 灵俊上启动swarm server,并ssh打通到龙虾
31
32
```bash
33
+# agentjet 的 git checkout add-openclaw-training
34
ajet-swarm start
35
```
36
@@ -41,6 +42,7 @@ ssh -R 8090:localhost:8090 -p 22222 fuqingxu@111.36.208.22 -N -o ServerAliveIn
41
42
### 2. 龙虾服务器启动OpenJudge & AgentJet请求一转多服务
43
44
45
46
python -m ajet.tuner_lib.experimental.oai_model_one2many
47
48
0 commit comments