Use gitignored local LLM instructions template

This commit is contained in:
hbrain 2026-05-17 09:15:42 +00:00
parent 52c6081a97
commit 466127cb7d
4 changed files with 78 additions and 44 deletions

View file

@ -74,13 +74,21 @@ LLM_MODE="none"
## Extra LLM instructions
Edit this file to change how the 05:00 AI analysis behaves:
Edit a local, gitignored instructions file to change how the 05:00 AI analysis behaves:
```text
/home/hbrain/ha/llm_instructions.md
```bash
cp llm_instructions.md.sample llm_instructions.md
```
For example, add specific questions, preferred tone, things to ignore, or extra privacy/security concerns. The file is automatically appended to the AI prompt during `analyze`.
Then customize:
```text
./llm_instructions.md
```
For example, add specific questions, preferred tone, things to ignore, property/entity naming notes, or extra privacy/security concerns. The file is automatically appended to the AI prompt during `analyze`.
The tracked `llm_instructions.md.sample` is only a generic template. Keep private names/locations in the gitignored `llm_instructions.md`.
You can change the path in `.env`: