最近终于闲下来了,想着玩一玩之前爆火的openclaw,但是搞了一上午也没配置好,网关页面对话一直没有任何回复,安装的时候加的QBot倒是有回复,但只有403,用的是Wong佬的公益站,搜了一天,实在不会配了,求助一下各位佬,帮帮忙
![]()
baseUrl的话什么都不加,/v1,/v1/messages这三种我都试了,都是一样的情况,真的搞不懂了
配置如下:
{
"meta": {
"lastTouchedVersion": "0.1.8-fix.3",
"lastTouchedAt": "2026-03-17T02:04:53.758Z"
},
"wizard": {
"lastRunAt": "2026-03-17T01:41:45.645Z",
"lastRunVersion": "0.1.8-fix.3",
"lastRunCommand": "doctor",
"lastRunMode": "local"
},
"models": {
"mode": "merge",
"providers": {
"wong-llm": {
"baseUrl": "https://wzw.pp.ua/v1/messages",
"apiKey": "API-Key",
"api": "anthropic-messages",
"authHeader": true,
"headers": {
"User-Agent": "Mozilla/5.0"
},
"models": [
{
"id": "claude-sonnet-4-5-thinking",
"name": "claude-sonnet-4-5-thinking",
"reasoning": true,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 200000,
"maxTokens": 16000
}
]
}
}
},
"agents": {
"defaults": {
"model": {
"primary": "wong-llm/claude-sonnet-4-5-thinking"
},
"models": {
"wong-llm/claude-sonnet-4-5-thinking": {
"alias": "claude-sonnet-4-5-thinking"
}
},
"workspace": "C:\\Users\\15521\\.openclaw\\workspace",
"compaction": {
"mode": "safeguard"
},
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 8
}
},
"list": [
{
"id": "main",
"model": "wong-llm/claude-sonnet-4-5-thinking",
"memorySearch": {
"enabled": false
},
"heartbeat": {
"every": "1h"
},
"identity": {
"name": "main",
"avatar": ""
},
"groupChat": {},
"sandbox": {},
"tools": {
"profile": "minimal"
}
}
]
},
"messages": {
"ackReactionScope": "group-mentions"
},
"commands": {
"native": "auto",
"nativeSkills": "auto"
},
"hooks": {
"internal": {
"enabled": true,
"entries": {
"session-memory": {
"enabled": true
}
}
}
},
"channels": {
"qqbot": {
"enabled": true,
"appId": "QID",
"clientSecret": "QSecret",
"markdownSupport": true,
"allowFrom": [
"*"
]
}
},
"gateway": {
"port": 18789,
"mode": "local",
"bind": "loopback",
"auth": {
"mode": "token",
"token": "token"
},
"tailscale": {
"mode": "off",
"resetOnExit": false
}
},
"skills": {
"install": {
"nodeManager": "npm"
}
},
"plugins": {
"entries": {
"qqbot": {
"enabled": true
}
},
"installs": {
"qqbot": {
"source": "npm",
"spec": "@sliverp/qqbot@latest",
"installPath": "C:\\Users\\15521\\.openclaw\\extensions\\qqbot",
"version": "1.5.4",
"installedAt": "2026-03-17T01:29:19.992Z"
}
}
}
}

