Set default chat history to 2.

This commit is contained in:
Niels Simenon 2023-04-09 15:59:46 +02:00
parent 8960a23448
commit b724f4ecb7
1 changed files with 1 additions and 1 deletions

View File

@ -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,
},