94a5773412a479b801d64f252c832771e0f4b3b1
* refactor(tts): remove redundant 4-space codeblock filter - Deleted the regex that removed lines starting with four spaces. - Original intent was to strip "indented code blocks" (Markdown legacy syntax). - In practice, SillyTavern already handles explicit code fences (```...``` and ~~~...~~~). - Indented code blocks are rarely used and the regex caused unnecessary text loss in normal messages. - Simplifies codeblock skipping logic and avoids accidental removal of valid content. * Remove commented out code --------- Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
SillyTavern
LLM Frontend for Power Users
Resources
- GitHub: https://github.com/SillyTavern/SillyTavern
- Docs: https://docs.sillytavern.app/
- Discord: https://discord.gg/sillytavern
- Reddit: https://reddit.com/r/SillyTavernAI
License
AGPL-3.0
Description
Languages
JavaScript
88.5%
HTML
8.2%
CSS
2.8%
Less
0.3%