1 parent 81a7174 commit da70bbaCopy full SHA for da70bba
1 file changed
.env.example
@@ -79,6 +79,13 @@ LPB_AGENT_BROWSER_IDLE_TIMEOUT_MS=300000
79
# 0.20 → 262K context → 52.4K max tokens
80
# LPB_MAX_TOKENS_CONTEXT_RATIO=0.06
81
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
+
89
# SSH port for `lpb --ssh` (default: 2222)
90
# LPB_SSH_PORT=2222
91
0 commit comments