You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bb=ui.el_creatediv_boolbutton("SetCompletionFreshChatAlways","CompletionFreshChatAlways",{true: "[+] yes fresh",false: "[-] no, with history"},this.bCompletionFreshChatAlways,(val)=>{
879
-
this.bCompletionFreshChatAlways=val;
878
+
bb=ui.el_creatediv_boolbutton("SetTrimGarbage","TrimGarbage",{true: "[+] yes trim",false: "[-] dont trim"},this.bTrimGarbage,(val)=>{
879
+
this.bTrimGarbage=val;
880
880
});
881
881
elDiv.appendChild(bb.div);
882
882
883
-
bb=ui.el_creatediv_boolbutton("SetCompletionInsertStandardRolePrefix","CompletionInsertStandardRolePrefix",{true: "[+] yes insert",false: "[-] dont insert"},this.bCompletionInsertStandardRolePrefix,(val)=>{
884
-
this.bCompletionInsertStandardRolePrefix=val;
885
-
});
886
-
elDiv.appendChild(bb.div);
883
+
this.show_settings_chatrequestoptions(elDiv);
887
884
888
-
bb=ui.el_creatediv_boolbutton("SetTrimGarbage","TrimGarbage",{true: "[+] yes trim",false: "[-] dont trim"},this.bTrimGarbage,(val)=>{
bb=ui.el_creatediv_boolbutton("SetCompletionFreshChatAlways","CompletionFreshChatAlways",{true: "[+] yes fresh",false: "[-] no, with history"},this.bCompletionFreshChatAlways,(val)=>{
896
+
this.bCompletionFreshChatAlways=val;
900
897
});
901
-
elDiv.appendChild(sel.div);
898
+
elDiv.appendChild(bb.div);
902
899
903
-
this.show_settings_chatrequestoptions(elDiv);
900
+
bb=ui.el_creatediv_boolbutton("SetCompletionInsertStandardRolePrefix","CompletionInsertStandardRolePrefix",{true: "[+] yes insert",false: "[-] dont insert"},this.bCompletionInsertStandardRolePrefix,(val)=>{
0 commit comments