No longer mess with quotes

This commit is contained in:
Henk
2023-09-06 04:50:58 +02:00
parent ac61cd8e59
commit cf4adfc7b4

View File

@@ -688,7 +688,7 @@ def applyoutputformatting(txt, no_sentence_trimming=False, no_single_line=False)
txt = txt.replace("</s>", "")
# Use standard quotes and apostrophes
txt = fixquotes(txt)
# txt = fixquotes(txt)
# Adventure mode clipping of all characters after '>'
if(koboldai_vars.adventure):