henk717 / KoboldAI

KoboldAI is generative AI software optimized for fictional use, but capable of much more!
http://koboldai.com
GNU Affero General Public License v3.0
359 stars 130 forks source link

Workaround for option panel popping up too much #428

Closed one-some closed 1 year ago

one-some commented 1 year ago

The current behavior of the option panel is to open whenever the options for the latest action change (eg, options changed themselves, multigen streaming, action changes, etc). This implicit opening isnt great because its hard to control when the option panel opens.

This workaround alleviates part of the problem by explicitly declaring if the options panel should open on the server in some key places. This is less ideal than an invasive fix, and less invasive than an ideal fix. probably needs gnarly testing