diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-24 08:59:34 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-24 08:59:34 +0300 |
| commit | 9af21895c6d15e7ab648f35acd44afc9675b54b7 (patch) | |
| tree | 41df561f6a5238219bf8544fd77137889bfccc52 /props_table.go | |
| parent | e3bd6f219f0f108fede8bcfd8326888801edeed7 (diff) | |
Chore: remove cfg.ThinkUse
move cleaning image attachment to the end of chatRound
fmt cleanup
Diffstat (limited to 'props_table.go')
| -rw-r--r-- | props_table.go | 3 |
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 }) |
