Consistent capitalization of "Author's note"

This commit is contained in:
Gnome Ann 2021-12-30 01:48:25 -05:00
parent de8a5046df
commit 4d06ebb45a
1 changed files with 3 additions and 3 deletions

View File

@ -3826,7 +3826,7 @@ def loadRequest(loadpath, filename=None):
if("anotetemplate" in js):
vars.authornotetemplate = js["anotetemplate"]
else:
vars.authornotetemplate = "[Author's Note: <|>]"
vars.authornotetemplate = "[Author's note: <|>]"
if("worldinfo" in js):
num = 0
@ -4009,7 +4009,7 @@ def importgame():
vars.prompt = ""
vars.memory = ref["memory"]
vars.authornote = ref["authorsNote"] if type(ref["authorsNote"]) is str else ""
vars.authornotetemplate = "[Author's Note: <|>]"
vars.authornotetemplate = "[Author's note: <|>]"
vars.actions = structures.KoboldStoryRegister()
vars.worldinfo = []
vars.worldinfo_i = []
@ -4101,7 +4101,7 @@ def importAidgRequest(id):
vars.prompt = js["promptContent"]
vars.memory = js["memory"]
vars.authornote = js["authorsNote"]
vars.authornotetemplate = "[Author's Note: <|>]"
vars.authornotetemplate = "[Author's note: <|>]"
vars.actions = structures.KoboldStoryRegister()
vars.worldinfo = []
vars.worldinfo_i = []