Merge branch 'KoboldAI:main' into united
This commit is contained in:
commit
eb247d69c3
|
@ -2599,7 +2599,7 @@ def actionsubmit(data, actionmode=0, force_submit=False, force_prompt_gen=False,
|
|||
if(vars.chatmode and vars.gamestarted):
|
||||
data = re.sub(r'\n+', ' ', data)
|
||||
if(len(data)):
|
||||
data = f"\n{vars.chatname} : {data}\n"
|
||||
data = f"\n{vars.chatname}: {data}\n"
|
||||
|
||||
# If we're not continuing, store a copy of the raw input
|
||||
if(data != ""):
|
||||
|
|
Loading…
Reference in New Issue