cat <<EOF > ~/.openclaw/openclaw.json{ “meta”: { “lastTouchedVersion”: “2026.2.9” }, “auth”: { “profiles”: { “bailian:default”: { “provider”: “bailian”, “mode”: “api_key” } } }, “models”: { “mode”: “merge”, “providers”: { “bailian”: { “baseUrl”: “https://dashscope.aliyuncs.com/compatible-mode/v1”, “apiKey”: “你的百炼APIKEY”, “api”: “openai-completions”, “models”: [ { “id”: “qwen-vl-plus”, “name”: “Qwen VL Plus” } ] } } }, “agents”: { “defaults”: { “model”: { “primary”: “bailian/qwen-vl-plus” }, “workspace”: “/Users/$(whoami)/clawd”, “compaction”: {“mode”: “safeguard”}, “maxConcurrent”: 4 } }, “channels”: { “feishu”: { “enabled”: true, “appId”: “你的飞书AppID”, “appSecret”: “你的飞书Secret”, “connectionMode”: “websocket”, “groupPolicy”: “open” } }, “gateway”: { “port”: 18789, “mode”: “local”, “bind”: “loopback”, openclaw skills 教程 “auth”: { “mode”: “token”, “token”: “admin123” } }, “plugins”: { “entries”: {} }}EOF
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/251821.html原文链接:https://javaforall.net
