Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,17 @@ cd ../picoclaw && make deps && make build
}
```

> Note: PicoClaw is moving fast. If your PicoClaw build complains about a missing API key even for local providers, set a harmless placeholder like `"api_key": "local"` in your PicoClaw config (it is not used by PicoLM).

```bash
# 5. Chat — fully offline!
picoclaw agent -m "What is photosynthesis?"
```

### Or install everything in one line

This installs the PicoLM binary, downloads the TinyLlama model, and writes a starter PicoClaw config.

```bash
curl -sSL https://raw.githubusercontent.com/RightNow-AI/picolm/main/install.sh | bash
```
Expand Down