Compare commits
2 Commits
8960a23448
...
efc45f2103
Author | SHA1 | Date |
---|---|---|
|
efc45f2103 | |
|
b724f4ecb7 |
|
@ -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,
|
||||
},
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "schat2-clive",
|
||||
"version": "1.24.6",
|
||||
"version": "1.24.7",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "schat2-clive",
|
||||
"version": "1.24.6",
|
||||
"version": "1.24.7",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"better-sqlite3": "^8.3.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "schat2-clive",
|
||||
"version": "1.24.6",
|
||||
"version": "1.24.7",
|
||||
"description": "Game host for SChat 2-powered chat sites",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue