fix picoclaw launcher web ui port

This commit is contained in:
916BGAI
2026-04-22 21:28:49 +08:00
parent 3117eb2fca
commit b239d8adf7
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ Then log in with SSH or serial. Default username/password are both `root`. After
On first boot, PicoClaw is not initialized yet. You need initial configuration first. You can use Web UI or TUI. The following uses Web UI.
#### Web UI Setup
Open `http://<device-ip>:18080` in your browser. A token is required on first access; currently the default token is `root`.
Open `http://<device-ip>:18800` in your browser. A token is required on first access; currently the default token is `root`.
#### Chat Model Setup
Open settings, select **Model**, then choose a provider and model. For example, you can use `openai/gpt-5.4` as the default model.

View File

@@ -79,7 +79,7 @@ PicoClaw 扩展板定制镜像下载:
第一次进入系统后PicoClaw 还未完成初始化,需要先进行配置。可以使用 Web UI 或者 TUI 进行配置,以下以 Web UI 为例:
#### Web UI 配置
在浏览器中访问 `http://<设备 IP>:18080`,进入 PicoClaw Web UI。第一次进入需要输入令牌目前令牌默认为 `root`
在浏览器中访问 `http://<设备 IP>:18800`,进入 PicoClaw Web UI。第一次进入需要输入令牌目前令牌默认为 `root`
#### 对话模型配置
进入设置界面,选择 **模型**,根据需要选择合适的模型提供商和模型。例如可选择 `openai/gpt-5.4` 作为默认模型。