Cohee
Cohee
> At least when I last tried it, ingesting a single 20-page PDF took upwards of a minute of wall time. With the Extras server, ingesting the same document completes...
WI books display got lot faster, don't think it's needed anymore
Reopen if you think it's still relevant.
We don't support hosting on colab. Make sure that the config you are editing is not the default one. It should be next to server.js
Also you must set whitelistMode to false. Not the whitelist. That's only as array of IPs
"en" is intentionally left empty. Having to update texts both in HTML and JSON is going to make development more cumbersome and directly impact a delivery of new features.
Instead of making it affect the localization files - make it able to find missing key placeholders to already existing localization files.
en.json was present in the past but was emptied as it was annoying to work with - you have to go and change the text if you change it in...
> I think it would be better to create a template.js that won't be used directly. This still raises the question of who would be responsible for maintaining this template...
This is superseded by the following project: https://github.com/SillyTavern/SillyTavern-i18n The script will parse and auto-add missing keys from HTML files which is perfect and doesn't require a lot of developers attention....