Minor fix

This commit is contained in:
ebolam
2022-10-28 21:34:05 -04:00
parent 12b0872b80
commit e3aeedfe16

View File

@@ -789,13 +789,16 @@ class story_settings(settings):
# {"target": "(tm)", "substitution": "™", "enabled": False},
]
#must be at bottom
self.no_save = False #Temporary disable save (doesn't save with the file)
# bias experiment
self.memory_attn_bias = 1
self.an_attn_bias = 1
################### must be at bottom #########################
self.no_save = False #Temporary disable save (doesn't save with the file)
def save_story(self):
if not self.no_save:
if self.prompt != "" or self.memory != "" or self.authornote != "" or len(self.actions) > 0 or len(self.worldinfo_v2) > 0: