mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Update aiserver.py
This commit is contained in:
@ -2377,7 +2377,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"):
|
||||||
data = data.replace('\n', "</s>")
|
data = data.replace('\n', "</s>")
|
||||||
print(data)
|
|
||||||
|
|
||||||
while(True):
|
while(True):
|
||||||
set_aibusy(1)
|
set_aibusy(1)
|
||||||
|
Reference in New Issue
Block a user