1. The iMac G3 loads a page with a form in its browser
2. I type a message and hit send (plain HTML form POST)
3. The Pi Zero 2W I have hooked up receives the form submission and makes an HTTP request to the OpenClaw gateway’s /v1/chat/completions endpoint on the VPS
4. The VPS runs OpenClaw
5. The response comes back through the Pi to the iMac as a page reload with the full conversation
LorenDB•1h ago
Why is it viewed as an achievement to load a webpage on an old Mac? I mean, I love old tech as much as the next guy, but this is much ado about nothing, no?
maddiedreese•1h ago
1. The iMac G3 loads a page with a form in its browser
2. I type a message and hit send (plain HTML form POST)
3. The Pi Zero 2W I have hooked up receives the form submission and makes an HTTP request to the OpenClaw gateway’s /v1/chat/completions endpoint on the VPS
4. The VPS runs OpenClaw
5. The response comes back through the Pi to the iMac as a page reload with the full conversation