Don't save host flag

This commit is contained in:
ebolam
2022-12-21 14:09:09 -05:00
parent 1409682427
commit 99135acdea

View File

@@ -1185,7 +1185,7 @@ class system_settings(settings):
'lua_koboldcore', 'sp', 'sp_length', '_horde_pid', 'horde_share', 'aibusy',
'serverstarted', 'inference_config', 'image_pipeline', 'summarizer',
'summary_tokenizer', 'use_colab_tpu', 'noai', 'disable_set_aibusy', 'cloudflare_link', 'tts_model',
'generating_image', 'bit_8_available']
'generating_image', 'bit_8_available', 'host']
settings_name = "system"
def __init__(self, socketio, koboldai_var):
self.socketio = socketio