Increased default chat cut-off.

This commit is contained in:
Niels Simenon
2023-04-09 15:45:41 +02:00
parent 6469a7b660
commit ad7f1f548e
2 changed files with 29 additions and 14 deletions

View File

@@ -3,9 +3,11 @@
module.exports = {
platform: 'schat',
user: {
id: 'aisha',
username: 'Aisha',
realName: 'Aisha',
id: 'clive',
username: 'Clive',
realName: 'Clive',
avatar: null,
key: null,
},
style: {
// color: 'var(--message-56)',
@@ -18,7 +20,7 @@ module.exports = {
reconnectDelay: 10, // seconds
prefix: '~',
labels: true,
greeting: 'Hi, I am aisha, your game host!',
greeting: 'Hi, I am Clive, your game host!',
usernamePrefix: '@',
channels: ['GamesNight'],
games: [
@@ -70,7 +72,7 @@ module.exports = {
'gpt-4',
],
model: 'gpt-3.5-turbo',
replyTokenLimit: 200,
replyTokenLimit: 1000,
userTokenLimit: 20000, // daily, roughly 100+ messages or $0.04 per user
userTokenPeriod: 24, // hours
temperature: 1,