mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Temporarily added auto-memory box to UI.
This commit is contained in:
@@ -586,6 +586,7 @@ class story_settings(settings):
|
||||
self.autosave = False # Whether or not to automatically save after each action
|
||||
self.prompt = "" # Prompt
|
||||
self.memory = "" # Text submitted to memory field
|
||||
self.auto_memory = ""
|
||||
self.authornote = "" # Text submitted to Author's Note field
|
||||
self.authornotetemplate = "[Author's note: <|>]" # Author's note template
|
||||
self.setauthornotetemplate = self.authornotetemplate # Saved author's note template in settings
|
||||
|
Reference in New Issue
Block a user