mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-04 11:27:33 +01:00
It helps if you commit all the files in the bugfix
This commit is contained in:
parent
0e038b8727
commit
5d53f1a676
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user