mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
More work on substitutions
This commit is contained in:
@@ -723,6 +723,14 @@ class story_settings(settings):
|
||||
self.revisions = []
|
||||
self.picture = "" #base64 of the image shown for the story
|
||||
self.picture_prompt = "" #Prompt used to create picture
|
||||
self.substitutions = [
|
||||
{"target": "--", "substitution": "–", "enabled": False},
|
||||
{"target": "---", "substitution": "—", "enabled": False},
|
||||
{"target": "...", "substitution": "…", "enabled": False},
|
||||
# {"target": "(c)", "substitution": "©", "enabled": False},
|
||||
# {"target": "(r)", "substitution": "®", "enabled": False},
|
||||
# {"target": "(tm)", "substitution": "™", "enabled": False},
|
||||
]
|
||||
|
||||
#must be at bottom
|
||||
self.no_save = False #Temporary disable save (doesn't save with the file)
|
||||
|
Reference in New Issue
Block a user