mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
It helps if you commit all the files in the bugfix
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user