From 5d53f1a67637a46cf802f81c44ec8a810f9524c5 Mon Sep 17 00:00:00 2001 From: KoboldAI Dev Date: Fri, 14 May 2021 02:39:36 -0400 Subject: [PATCH] It helps if you commit all the files in the bugfix --- aiserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiserver.py b/aiserver.py index 0e3d33d3..9dd4f530 100644 --- a/aiserver.py +++ b/aiserver.py @@ -786,7 +786,7 @@ def getnewcontent(txt): def applyinputformatting(txt): # Add sentence spacing if(vars.formatoptns["frmtadsnsp"]): - txt = utils.addsentencespacing(txt, vars.actions) + txt = utils.addsentencespacing(txt, vars) return txt