We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5560d27 commit 697f2f5Copy full SHA for 697f2f5
1 file changed
2configs/opencrow.nix
@@ -90,7 +90,7 @@ in
90
OPENCROW_PI_SKILLS_DIR = "/home/bot/skills";
91
OPENCROW_PI_PROVIDER = "openrouter";
92
OPENCROW_PI_MODEL = "openrouter/qwen/qwen-2.5-7b-instruct";
93
- OPENCROW_HEARTBEAT_INTERVAL = "10m";
+ # OPENCROW_HEARTBEAT_INTERVAL = "10m"; # disabled: model too small, runs full heartbeat every time
94
OPENCROW_SHOW_TOOL_CALLS = "1";
95
OPENCROW_SOUL_FILE = "/home/bot/opencrow/SOUL.md";
96
PI_CODING_AGENT_DIR = "/home/bot/opencrow/pi-agent";
0 commit comments