Skip to content

Commit

Permalink
Merge pull request SillyTavern#43 from Cohee1207/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Cohee1207 authored Apr 9, 2023
2 parents 658a26d + 213f410 commit 0f11aab
Show file tree
Hide file tree
Showing 79 changed files with 5,460 additions and 3,181 deletions.
4 changes: 2 additions & 2 deletions config.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

const port = 8000;
const whitelist = ['127.0.0.1','192.168.0.*']; //Example for add several IP in whitelist: ['127.0.0.1', '192.168.0.10']
const whitelistMode = false; //Disabling enabling the ip whitelist mode. true/false
const whitelist = ['127.0.0.1']; //Example for add several IP in whitelist: ['127.0.0.1', '192.168.0.10']
const whitelistMode = true; //Disabling enabling the ip whitelist mode. true/false
const autorun = true; //Autorun in the browser. true/false
const enableExtensions = true; //Enables support for TavernAI-extras project
const listen = true; // If true, Can be access from other device or PC. otherwise can be access only from hosting machine.
Expand Down
1,659 changes: 134 additions & 1,525 deletions package-lock.json

Large diffs are not rendered by default.

15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,35 @@
"dependencies": {
"@dqbd/tiktoken": "^1.0.2",
"axios": "^1.3.4",
"compression": "^1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"csrf-csrf": "^2.2.3",
"exifreader": "^4.12.0",
"express": "^4.18.2",
"ipaddr.js": "^2.0.1",
"jimp": "^0.22.7",
"json5": "^2.2.3",
"mime-types": "^2.1.35",
"multer": "^1.4.5-lts.1",
"node-rest-client": "^3.1.1",
"open": "^8.4.0",
"piexifjs": "^1.0.6",
"png-chunk-text": "^1.0.0",
"png-chunks-encode": "^1.0.0",
"png-chunks-extract": "^1.0.0",
"rimraf": "^3.0.2",
"sanitize-filename": "^1.6.3"
"sanitize-filename": "^1.6.3",
"webp-converter": "2.3.2",
"ws": "^8.13.0"
},
"overrides": {
"parse-bmfont-xml": {
"xml2js": "^0.5.0"
}
},
"name": "TavernAI",
"version": "1.2.0",
"version": "1.3.0",
"bin": {
"TavernAI": "server.js"
},
Expand Down
Loading

0 comments on commit 0f11aab

Please sign in to comment.