188 字
1 分钟
openclaw的部署,接入平台,切换模型提供商以及卸载
视频教程(某个人太懒不想写文字教程了)
注意最新版飞书插件可以直接扫码一键创建机器人,可以跳过视频中的接入教程了 飞书官方教程
可能用到的命令
查看wsl可下载系统列表
wsl --list --online下载ubuntu
wsl --install Ubuntu-24.04进入ubuntu系统
wsl -d Ubuntu-24.04一键安装openclaw命令
curl -fsSL https://openclaw.ai/install.sh | bash安装飞书插件命令
npx -y @larksuite/openclaw-lark-tools install打开openclaw配置引导
openclaw onboard查看openclaw模型列表
openclaw models listopenclaw切换模型
openclaw models set <模型名称>查看openclaw位置
which openclaw卸载openclaw命令
openclaw uninstallnodejs卸载openclaw模块命令
npm -remove -g openclaw卸载ubuntu系统命令
wsl --unregister Ubuntu-24.04 openclaw的部署,接入平台,切换模型提供商以及卸载
https://blog.303302.xyz/posts/openclaw的部署接入平台切换模型提供商以及卸载/