80 lines
1.6 KiB
Plaintext
80 lines
1.6 KiB
Plaintext
{
|
|
"models": {
|
|
"providers": {
|
|
"qwen": {
|
|
"baseUrl": "https://dashscope-intl.aliyuncs.com/compatible-mode/v1",
|
|
"apiKey": "",
|
|
"api": "openai-completions",
|
|
"models": [
|
|
{
|
|
"id": "qwen3.5-plus",
|
|
"name": "Qwen3.5-Plus",
|
|
"input": [
|
|
"text",
|
|
"image"
|
|
],
|
|
"cost": {
|
|
"input": 0.4,
|
|
"output": 2,
|
|
"cacheRead": 0,
|
|
"cacheWrite": 0
|
|
},
|
|
"contextWindow": 131072,
|
|
"maxTokens": 8192
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"agents": {
|
|
"defaults": {
|
|
"model": {
|
|
"primary": "qwen/qwen3.5-plus"
|
|
},
|
|
"workspace": "/home/Ubuntu/.openclaw/workspace",
|
|
"compaction": {
|
|
"mode": "safeguard"
|
|
},
|
|
"maxConcurrent": 4,
|
|
"subagents": {
|
|
"maxConcurrent": 8
|
|
}
|
|
}
|
|
},
|
|
"commands": {
|
|
"native": "auto",
|
|
"nativeSkills": "auto"
|
|
},
|
|
"channels": {
|
|
"telegram": {
|
|
"enabled": true,
|
|
"dmPolicy": "pairing",
|
|
"botToken": "",
|
|
"groupPolicy": "allowlist",
|
|
"streamMode": "partial"
|
|
}
|
|
},
|
|
"gateway": {
|
|
"port": 18789,
|
|
"mode": "local",
|
|
"bind": "loopback",
|
|
"auth": {
|
|
"mode": "token"
|
|
}
|
|
},
|
|
"plugins": {
|
|
"entries": {
|
|
"telegram": {
|
|
"enabled": true
|
|
},
|
|
"qwen-portal-auth": {
|
|
"enabled": true
|
|
}
|
|
}
|
|
},
|
|
"meta": {
|
|
"lastTouchedVersion": "2026.2.15",
|
|
"lastTouchedAt": "2026-02-17T03:33:14.587Z"
|
|
}
|
|
}
|