docs: align main host references

This commit is contained in:
卡若AI
2026-06-26 18:51:01 +08:00
parent fb85d4f0f8
commit 147308380b
3 changed files with 4 additions and 4 deletions

View File

@@ -111,7 +111,7 @@ launchctl bootstrap gui/$UID ~/Library/LaunchAgents/com.karuo.persistent-chat-hu
```bash
launchctl print gui/$UID/com.karuo.persistent-chat-hub | head -5
curl http://127.0.0.1:13458/api/health
curl http://192.168.110.101:13458/api/health
```
---