Increased default chat cut-off.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user