-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenclaw.json
More file actions
103 lines (103 loc) · 2.16 KB
/
openclaw.json
File metadata and controls
103 lines (103 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"meta": {
"lastTouchedVersion": "2026.2.3-1",
"lastTouchedAt": "2026-02-09T09:19:27.752Z"
},
"models": {
"providers": {
"dashscope": {
"baseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
"apiKey": "sk-80xxxx",
"api": "openai-completions",
"models": [
{
"id": "qwen-turbo",
"name": "Qwen Turbo",
"reasoning": false,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 200000,
"maxTokens": 8192
}
]
}
}
},
"agents": {
"defaults": {
"model": {
"primary": "dashscope/qwen-turbo"
},
"models": {
"dashscope/qwen-turbo": {
"alias": "Qwen Turbo"
}
},
"workspace": "/home/clawer/.openclaw/workspace",
"compaction": {
"mode": "safeguard"
},
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 8
}
}
},
"messages": {
"ackReactionScope": "group-mentions"
},
"commands": {
"native": "auto",
"nativeSkills": "auto"
},
"channels": {
"dingtalk": {
"enabled": true,
"clientId": "dinghxhyedsmv3rselrt",
"clientSecret": "YM_L3xxxx",
"enableAICard": false,
"dmPolicy": "open",
"groupPolicy": "open",
"requireMention": true,
"allowFrom": [],
"groupAllowFrom": []
}
},
"gateway": {
"mode": "local",
"auth": {
"mode": "token",
"token": "clawer_gateway_auth_token"
},
"http": {
"endpoints": {
"chatCompletions": {
"enabled": true
}
}
}
},
"plugins": {
"entries": {
"dingtalk": {
"enabled": true
}
},
"installs": {
"dingtalk": {
"source": "npm",
"spec": "@openclaw-china/dingtalk",
"installPath": "/home/clawer/.openclaw/extensions/dingtalk",
"version": "0.1.30",
"installedAt": "2026-02-09T09:05:27.792Z"
}
}
}
}