1) Security update: https://github.com/TavernAI/TavernAI/security/advisories/GHSA-25wp-82wc-xchj
2) Fixed several bugs related to character import: now all imported characters are added to the top of the list.
3) Fixed a bug that duplicated character cards if the character name and map name did not match.
4) Made minor fixes for prompt formatting.
5) Added the ability to enable/disable TavernAI autostart in the browser through the configuration file.
6) Adapted for Pygmalion Dev.
This commit is contained in:
Ash
2023-02-15 15:33:06 +04:00
parent cb00faa570
commit 366f235c02
6 changed files with 121 additions and 33 deletions

View File

@@ -14,7 +14,7 @@
"cors": "^2.8.5"
},
"name": "TavernAI",
"version": "1.2.7",
"version": "1.2.8",
"bin": {
"TavernAI": "server.js"
},