← back to Wallco Ai
drunk-animals: bump dedup window 5 to 8
4dd37940d5820e1f22ce9d80906feeee382545da · 2026-05-12 23:42:18 -0700 · SteveStudio2
Last 8 firings still showed orangutan twice. Wider lookback keeps
same animal from repeating within ~30 min at 4-min cadence.
Files touched
M scripts/drunk_animals_tick.js
Diff
commit 4dd37940d5820e1f22ce9d80906feeee382545da
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date: Tue May 12 23:42:18 2026 -0700
drunk-animals: bump dedup window 5 to 8
Last 8 firings still showed orangutan twice. Wider lookback keeps
same animal from repeating within ~30 min at 4-min cadence.
---
scripts/drunk_animals_tick.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/drunk_animals_tick.js b/scripts/drunk_animals_tick.js
index e40719e..631c7fa 100644
--- a/scripts/drunk_animals_tick.js
+++ b/scripts/drunk_animals_tick.js
@@ -34,7 +34,7 @@ function recentlyUsed(n = 5) {
}
function freshPrompt() {
- const used = recentlyUsed(5);
+ const used = recentlyUsed(8);
// Try up to 40 times to dodge both recent animals AND recent styles.
// Fall back to plain buildPrompt if everything's been used (unlikely).
for (let i = 0; i < 40; i++) {
← 25d68d1 drunk-animals: /drunk-animals/live realtime viewer + JSON fe
·
back to Wallco Ai
·
drunk-animals: /api/drunk-animals/stats + 'tonight in number 4c0ff53 →