Skip to content

Commit ff7e294

Browse files
committed
smartcontext by default in gui
1 parent aad7450 commit ff7e294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

koboldcpp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1895,9 +1895,9 @@ def hide_tooltip(event):
18951895
tensor_split_str_vars = ctk.StringVar(value="")
18961896
rowsplit_var = ctk.IntVar()
18971897

1898-
contextshift = ctk.IntVar(value=1)
1898+
contextshift = ctk.IntVar(value=0)
18991899
remotetunnel = ctk.IntVar(value=0)
1900-
smartcontext = ctk.IntVar()
1900+
smartcontext = ctk.IntVar(value=1)
19011901
flashattention = ctk.IntVar(value=0)
19021902
context_var = ctk.IntVar()
19031903
customrope_var = ctk.IntVar()

0 commit comments

Comments
 (0)