Add pi analysis mode and HA history filtering

This commit is contained in:
hbrain 2026-05-16 08:43:13 +00:00
parent 325917c09b
commit ba667b9e2d
3 changed files with 86 additions and 23 deletions

View file

@ -34,6 +34,23 @@ Profile → Security → Long-lived access tokens
## AI mode for the 05:00 report
Use your logged-in pi subscription:
```bash
pi
/login
```
Then set:
```bash
LLM_MODE="pi"
PI_BIN="/usr/local/bin/pi"
PI_MODEL=""
```
`PI_MODEL` is optional; leave it empty to use pi's current/default model.
Local Ollama is recommended for privacy:
```bash