Skip to content

Commit da70bba

Browse files
committed
docs(env): document LPB_PAYLOAD_DEBUG in .env.example
1 parent 81a7174 commit da70bba

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.env.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ LPB_AGENT_BROWSER_IDLE_TIMEOUT_MS=300000
7979
# 0.20 → 262K context → 52.4K max tokens
8080
# LPB_MAX_TOKENS_CONTEXT_RATIO=0.06
8181

82+
# Capture outgoing provider payloads (lemonade-pi-plugin) — ALL models.
83+
# 1 = the plugin logs one JSON line per request (tuned view for catalogued
84+
# models, raw view otherwise) to /tmp/pi-payload-capture.jsonl inside the
85+
# container. Used to verify exactly what goes over the wire.
86+
# See lemonade-pi-plugin/docs/qwen-thinking-mainstream-pi.md §5.0/§7.
87+
# LPB_PAYLOAD_DEBUG=1
88+
8289
# SSH port for `lpb --ssh` (default: 2222)
8390
# LPB_SSH_PORT=2222
8491

0 commit comments

Comments
 (0)