mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
No longer mess with quotes
This commit is contained in:
2
utils.py
2
utils.py
@@ -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):
|
||||
|
Reference in New Issue
Block a user