default to multiuser
This commit is contained in:
parent
6bf8ee4aea
commit
22c56f9221
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue