From 9af21895c6d15e7ab648f35acd44afc9675b54b7 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Tue, 24 Feb 2026 08:59:34 +0300 Subject: Chore: remove cfg.ThinkUse move cleaning image attachment to the end of chatRound fmt cleanup --- props_table.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'props_table.go') 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 tag (/completion only)", cfg.ThinkUse, func(checked bool) { - cfg.ThinkUse = checked - }) addCheckboxRow("RAG use", cfg.RAGEnabled, func(checked bool) { cfg.RAGEnabled = checked }) -- cgit v1.2.3