Skip to content

Commit 697f2f5

Browse files
committed
opencrow: disable heartbeat
1 parent 5560d27 commit 697f2f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

2configs/opencrow.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ in
9090
OPENCROW_PI_SKILLS_DIR = "/home/bot/skills";
9191
OPENCROW_PI_PROVIDER = "openrouter";
9292
OPENCROW_PI_MODEL = "openrouter/qwen/qwen-2.5-7b-instruct";
93-
OPENCROW_HEARTBEAT_INTERVAL = "10m";
93+
# OPENCROW_HEARTBEAT_INTERVAL = "10m"; # disabled: model too small, runs full heartbeat every time
9494
OPENCROW_SHOW_TOOL_CALLS = "1";
9595
OPENCROW_SOUL_FILE = "/home/bot/opencrow/SOUL.md";
9696
PI_CODING_AGENT_DIR = "/home/bot/opencrow/pi-agent";

0 commit comments

Comments
 (0)