Skip to content

Commit

Permalink
Merge branch 'SillyTavern:release' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
teralomaniac authored Nov 11, 2023
2 parents bc7860a + 09ebbff commit 2f669ff
Show file tree
Hide file tree
Showing 69 changed files with 6,224 additions and 2,847 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ public/assets/
access.log
/vectors/
/cache/
public/css/user.css
3 changes: 2 additions & 1 deletion default/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"ban_eos_token": false,
"skip_special_tokens": true,
"streaming": false,
"streaming_url": "ws://127.0.0.1:5005/api/v1/stream",
"mirostat_mode": 0,
"mirostat_tau": 5,
"mirostat_eta": 0.1,
Expand Down Expand Up @@ -164,6 +163,8 @@
"custom_stopping_strings_macro": true,
"fuzzy_search": true,
"encode_tags": false,
"enableLabMode": false,
"enableZenSliders": false,
"ui_mode": 1
},
"extension_settings": {
Expand Down
1 change: 1 addition & 0 deletions default/user.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Put custom styles here. */
190 changes: 174 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
"overrides": {
"parse-bmfont-xml": {
"xml2js": "^0.5.0"
},
"vectra": {
"openai": "^4.17.0"
}
},
"name": "sillytavern",
Expand All @@ -47,7 +50,7 @@
"type": "git",
"url": "https://github.com/SillyTavern/SillyTavern.git"
},
"version": "1.10.7",
"version": "1.10.8",
"scripts": {
"start": "node server.js",
"start-multi": "node server.js --disableCsrf",
Expand Down
1 change: 1 addition & 0 deletions post-install.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ function createDefaultFiles() {
settings: './public/settings.json',
bg_load: './public/css/bg_load.css',
config: './config.conf',
user: './public/css/user.css',
};

for (const file of Object.values(files)) {
Expand Down
Loading

0 comments on commit 2f669ff

Please sign in to comment.