mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2
This commit is contained in:
@@ -692,6 +692,9 @@ class system_settings(settings):
|
||||
self.disable_set_aibusy = False
|
||||
self.disable_input_formatting = False
|
||||
self.disable_output_formatting = False
|
||||
self.full_determinism = False # Whether or not full determinism is enabled
|
||||
self.seed_specified = False # Whether or not the current RNG seed was specified by the user (in their settings file)
|
||||
self.seed = None # The current RNG seed (as an int), or None if unknown
|
||||
|
||||
|
||||
def __setattr__(self, name, value):
|
||||
|
Reference in New Issue
Block a user