Set default chat history to 2.
This commit is contained in:
parent
8960a23448
commit
b724f4ecb7
|
@ -76,7 +76,7 @@ module.exports = {
|
||||||
userTokenLimit: 20000, // daily, roughly 100+ messages or $0.04 per user
|
userTokenLimit: 20000, // daily, roughly 100+ messages or $0.04 per user
|
||||||
userTokenPeriod: 24, // hours
|
userTokenPeriod: 24, // hours
|
||||||
temperature: 1,
|
temperature: 1,
|
||||||
history: 3,
|
history: 2,
|
||||||
rule: 'a tired game host',
|
rule: 'a tired game host',
|
||||||
rulePublic: true,
|
rulePublic: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue