bb=ui.el_creatediv_boolbutton("SetCompletionFreshChatAlways","CompletionFreshChatAlways",{true:"[+] yes fresh",false:"[-] no, with history"},this.bCompletionFreshChatAlways,(val)=>{
this.bCompletionFreshChatAlways=val;
});
elDiv.appendChild(bb.div);
bb=ui.el_creatediv_boolbutton("SetCompletionInsertStandardRolePrefix","CompletionInsertStandardRolePrefix",{true:"[+] yes insert",false:"[-] dont insert"},this.bCompletionInsertStandardRolePrefix,(val)=>{