diff --git a/koboldai_settings.py b/koboldai_settings.py index 25f4ea84..095f1f47 100644 --- a/koboldai_settings.py +++ b/koboldai_settings.py @@ -1155,7 +1155,7 @@ class user_settings(settings): self.nogenmod = False self.debug = False # If set to true, will send debug information to the client for display self.output_streaming = True - self.smooth_streaming = False + self.smooth_streaming = True self.show_probs = False # Whether or not to show token probabilities self.beep_on_complete = False self.img_gen_priority = 1