mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fancy streaming by default
This commit is contained in:
@@ -1155,7 +1155,7 @@ class user_settings(settings):
|
|||||||
self.nogenmod = False
|
self.nogenmod = False
|
||||||
self.debug = False # If set to true, will send debug information to the client for display
|
self.debug = False # If set to true, will send debug information to the client for display
|
||||||
self.output_streaming = True
|
self.output_streaming = True
|
||||||
self.smooth_streaming = False
|
self.smooth_streaming = True
|
||||||
self.show_probs = False # Whether or not to show token probabilities
|
self.show_probs = False # Whether or not to show token probabilities
|
||||||
self.beep_on_complete = False
|
self.beep_on_complete = False
|
||||||
self.img_gen_priority = 1
|
self.img_gen_priority = 1
|
||||||
|
Reference in New Issue
Block a user