Android手机如何配置小龙虾OpenClaw

0 阅读1分钟

1、下载安装OpenClaw Android 

github.com/mithun50/op…

2、终端执行 openclaw models list —all,查看支持大模型,申请Apikey

3、切换大模型

3.1 重新设置AI

openclaw onboard --non-interactive --accept-risk \

  --auth-choice xxx-api-key \

  --xxx-api-key "xxxxxxxxxxxx"

3.2 设置模型

openclaw models set xxx/xxxxx

3.3 Android 上必须用前台模式启动 Gateway

openclaw gateway run

也可以进入 TUI 并手动切换模型

openclaw tui

/model xxx/xxxxx

image.png

所有核心配置步骤都已经走完。