mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Bug fix for redo/pinning persisting over new game requests
This commit is contained in:
@ -4731,6 +4731,7 @@ def newGameRequest():
|
||||
vars.prompt = ""
|
||||
vars.memory = ""
|
||||
vars.actions = structures.KoboldStoryRegister()
|
||||
vars.actions_metadata = []
|
||||
|
||||
vars.authornote = ""
|
||||
vars.authornotetemplate = vars.setauthornotetemplate
|
||||
|
Reference in New Issue
Block a user