summaryrefslogtreecommitdiff
path: root/props_table.go
diff options
context:
space:
mode:
Diffstat (limited to 'props_table.go')
-rw-r--r--props_table.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/props_table.go b/props_table.go
index a1ec657..f8432cd 100644
--- a/props_table.go
+++ b/props_table.go
@@ -115,9 +115,6 @@ func makePropsTable(props map[string]float32) *tview.Table {
row++
}
// Add checkboxes
- addCheckboxRow("Insert <think> tag (/completion only)", cfg.ThinkUse, func(checked bool) {
- cfg.ThinkUse = checked
- })
addCheckboxRow("RAG use", cfg.RAGEnabled, func(checked bool) {
cfg.RAGEnabled = checked
})