default to multiuser

This commit is contained in:
Concedo 2023-11-18 12:55:59 +08:00
parent 6bf8ee4aea
commit 22c56f9221

View file

@ -1021,7 +1021,7 @@ def show_new_gui():
port_var = ctk.StringVar(value=defaultport)
host_var = ctk.StringVar(value="")
multiuser_var = ctk.IntVar()
multiuser_var = ctk.IntVar(value=1)
horde_name_var = ctk.StringVar(value="koboldcpp")
horde_gen_var = ctk.StringVar(value=maxhordelen)
horde_context_var = ctk.StringVar(value=maxhordectx)