Compare commits

..

No commits in common. "f2229226439f3fd1a3a150c1ab25161457159852" and "efc45f2103b023333d34dd781036d849dd223d56" have entirely different histories.

3 changed files with 3 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "schat2-clive",
"version": "1.24.8",
"version": "1.24.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "schat2-clive",
"version": "1.24.8",
"version": "1.24.7",
"license": "ISC",
"dependencies": {
"better-sqlite3": "^8.3.0",

View File

@ -1,6 +1,6 @@
{
"name": "schat2-clive",
"version": "1.24.8",
"version": "1.24.7",
"description": "Game host for SChat 2-powered chat sites",
"main": "src/app.js",
"scripts": {

View File

@ -188,7 +188,6 @@ async function onCommand(args, context) {
model: settings.model,
max_tokens: config.chat.replyTokenLimit,
messages: userHistory,
user: `${context.user.id}:${context.user.username}`,
}), {
headers: {
Authorization: `Bearer ${config.chat.apiKey}`,