Use gitignored local LLM instructions template
This commit is contained in:
parent
52c6081a97
commit
466127cb7d
4 changed files with 78 additions and 44 deletions
16
README.md
16
README.md
|
|
@ -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`:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue