From cf4adfc7b40c364de3c45eab5d6968c028124c48 Mon Sep 17 00:00:00 2001 From: Henk Date: Wed, 6 Sep 2023 04:50:58 +0200 Subject: [PATCH] No longer mess with quotes --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):