From b724f4ecb7d1f0c04c79865d5621c64cdd8a50bf Mon Sep 17 00:00:00 2001 From: Niels Simenon Date: Sun, 9 Apr 2023 15:59:46 +0200 Subject: [PATCH] Set default chat history to 2. --- config/default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.js b/config/default.js index b02e067..f65b2d3 100755 --- a/config/default.js +++ b/config/default.js @@ -76,7 +76,7 @@ module.exports = { userTokenLimit: 20000, // daily, roughly 100+ messages or $0.04 per user userTokenPeriod: 24, // hours temperature: 1, - history: 3, + history: 2, rule: 'a tired game host', rulePublic: true, },