Update aiserver.py

This commit is contained in:
henk717 2022-01-31 19:06:02 +01:00
parent b69e3f86e1
commit 90fd67fd16
1 changed files with 0 additions and 1 deletions

View File

@ -2377,7 +2377,6 @@ def actionsubmit(data, actionmode=0, force_submit=False, force_prompt_gen=False,
# </s> mode
if(vars.newlinemode == "s"):
data = data.replace('\n', "</s>")
print(data)
while(True):
set_aibusy(1)