Compare commits
No commits in common. "f2229226439f3fd1a3a150c1ab25161457159852" and "efc45f2103b023333d34dd781036d849dd223d56" have entirely different histories.
f222922643
...
efc45f2103
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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}`,
|
||||
|
|
Loading…
Reference in New Issue