mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
actionsubmit should not ignore vars.aibusy if vars.standalone is True
This commit is contained in:
@ -3886,7 +3886,7 @@ def check_for_backend_compilation():
|
|||||||
|
|
||||||
def actionsubmit(data, actionmode=0, force_submit=False, force_prompt_gen=False, disable_recentrng=False, no_generate=False):
|
def actionsubmit(data, actionmode=0, force_submit=False, force_prompt_gen=False, disable_recentrng=False, no_generate=False):
|
||||||
# Ignore new submissions if the AI is currently busy
|
# Ignore new submissions if the AI is currently busy
|
||||||
if(not vars.standalone and vars.aibusy):
|
if(vars.aibusy):
|
||||||
return
|
return
|
||||||
|
|
||||||
while(True):
|
while(True):
|
||||||
|
Reference in New Issue
Block a user