Add pi analysis mode and HA history filtering
This commit is contained in:
parent
325917c09b
commit
ba667b9e2d
3 changed files with 86 additions and 23 deletions
17
README.md
17
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue