It helps if you commit all the files in the bugfix

This commit is contained in:
KoboldAI Dev 2021-05-14 02:39:36 -04:00
parent 0e038b8727
commit 5d53f1a676
1 changed files with 1 additions and 1 deletions

View File

@ -786,7 +786,7 @@ def getnewcontent(txt):
def applyinputformatting(txt): def applyinputformatting(txt):
# Add sentence spacing # Add sentence spacing
if(vars.formatoptns["frmtadsnsp"]): if(vars.formatoptns["frmtadsnsp"]):
txt = utils.addsentencespacing(txt, vars.actions) txt = utils.addsentencespacing(txt, vars)
return txt return txt