kitchen: bridge-whisper playbook channels P7 demos
This commit is contained in:
parent
20fbc4a629
commit
3888ff1bac
15 changed files with 490 additions and 0 deletions
19
kitchen/LLM.md
Normal file
19
kitchen/LLM.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# LLM knobs (kitchen / platform agents)
|
||||
|
||||
When calling rabbithole (`http://127.0.0.1:11436/api/chat`) or other Ollama:
|
||||
|
||||
```json
|
||||
"options": {
|
||||
"temperature": 1.05,
|
||||
"top_p": 0.95,
|
||||
"num_predict": 900
|
||||
}
|
||||
```
|
||||
|
||||
| Mode | temperature | Notes |
|
||||
|------|-------------|--------|
|
||||
| Default talkative | **1.05** | Flamewar, lore, shop chatter |
|
||||
| Extra vivid | 1.15 | Cap — above this gets incoherent on small models |
|
||||
| Patch/smoke code | 0.3–0.5 | D1–D3 code edits only |
|
||||
|
||||
System prompt always: read `EXPERTISE.md` + own PERSONAS row; be **sehr gesprächig**; civil; no secrets.
|
||||
Loading…
Add table
Add a link
Reference in a new issue