trollshell: tweak plugin envs
This commit is contained in:
parent
99ea4bd1d4
commit
3d38003dee
1 changed files with 4 additions and 1 deletions
|
|
@ -32,6 +32,9 @@ in
|
|||
# is what stops a genuine OpenRouter key being shipped to a loopback
|
||||
# port. It is a security control, not a placeholder — don't drop it.
|
||||
OPENROUTER_API_KEY = "local-bridge";
|
||||
PET_LLM_MIN_GAP_SECS = "1";
|
||||
PET_LLM_TIMEOUT_SECS = "30";
|
||||
PET_PERSONA = "cheerful, impatient and easily excitable";
|
||||
};
|
||||
};
|
||||
departures = {
|
||||
|
|
@ -75,7 +78,7 @@ in
|
|||
# the child otherwise inherits the model from ~/.claude/settings.json —
|
||||
# currently opus, which would blow that budget on nearly every reply.
|
||||
"CLAUDE_BRIDGE_MODEL=claude-haiku-4-5"
|
||||
"CLAUDE_BRIDGE_TIMEOUT_SECS=9"
|
||||
"CLAUDE_BRIDGE_TIMEOUT_SECS=25"
|
||||
# Belt-and-braces; the copy that actually prevents a leak is the one on
|
||||
# the pet above, because load_key runs in the plugin's process.
|
||||
"OPENROUTER_API_KEY=local-bridge"
|
||||
|
|
|
|||
Loading…
Reference in a new issue