mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
updated lite
This commit is contained in:
@@ -18949,6 +18949,7 @@ Current version indicated by LITEVER below.
|
||||
|
||||
if(narrateonlydialog)
|
||||
{
|
||||
text = text.replace(/\*\*(.*?)\*\*/g, "$1");
|
||||
// Remove text within asterisks and the asterisks, then trim
|
||||
text = text.replace(italics_regex,"").trim();
|
||||
let strippedtxt = "";
|
||||
|
||||
Reference in New Issue
Block a user