Cohee
Cohee
This is not needed since character lorebooks exist. They provide the same prompt injection functionality but you can have as many of them as you like.
Yes, exactly. You can easily do that in a lorebook. It is much more powerful than the author's note in terms of control over prompt injections.
If lorebooks do not satisfy your needs - feel free to propose improvements for them.
Extension documentation details on this exact topic: https://docs.sillytavern.app/extras/extensions/websearch/#search-activation > To exclude a specific message from processing, it must start with a period, e.g. `.What do you think?`.
You can add a similar logic to the STscript to skip messages on certain conditions without triggering the search. Alternatively, if you disable the search trigger on keywords, it will...
Web search is dumb, it doesn't have a context of your conversions. Queries for follow-up questions like these need to be done with LLM calls, no doubt. So it should...
1. Event-driven TTS generation was integrated into upstream, thanks. 2. Unfortunately, file saving doesn't work for all TTS providers due to conflicts with audio streaming (XTTS), chunked generation (Novel), and...
It happens because of timeouts in token counters and token counting being sync. To fix this, token counting should be rewritten to use async server calls. As a temporary workaround,...
Done for character editor. The rest is coming.
Not an ST issue.