mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-16 11:41:20 +01:00
Update aiserver.py
Removes a debug line
This commit is contained in:
parent
8466068267
commit
b69e3f86e1
@ -2376,7 +2376,6 @@ def actionsubmit(data, actionmode=0, force_submit=False, force_prompt_gen=False,
|
|||||||
|
|
||||||
# </s> mode
|
# </s> mode
|
||||||
if(vars.newlinemode == "s"):
|
if(vars.newlinemode == "s"):
|
||||||
print("S mode activated")
|
|
||||||
data = data.replace('\n', "</s>")
|
data = data.replace('\n', "</s>")
|
||||||
print(data)
|
print(data)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user