diff --git a/utils.py b/utils.py index 00451614..ab90ea6a 100644 --- a/utils.py +++ b/utils.py @@ -688,7 +688,7 @@ def applyoutputformatting(txt, no_sentence_trimming=False, no_single_line=False) txt = txt.replace("", "") # Use standard quotes and apostrophes - txt = fixquotes(txt) + # txt = fixquotes(txt) # Adventure mode clipping of all characters after '>' if(koboldai_vars.adventure):