From dc183e3692711e566226bbe2e462498ca9762687 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Fri, 3 Oct 2025 20:42:36 +0300 Subject: Chore: solving TODOs --- tui.go | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'tui.go') diff --git a/tui.go b/tui.go index 7ac03b1..fa9d296 100644 --- a/tui.go +++ b/tui.go @@ -735,7 +735,7 @@ func init() { } if event.Key() == tcell.KeyCtrlL { go func() { - fetchModelName() // blocks + fetchLCPModelName() // blocks updateStatusLine() }() return nil @@ -756,10 +756,6 @@ func init() { return nil } cfg.CurrentAPI = newAPI - // // TODO: implement model pick - // if strings.Contains(cfg.CurrentAPI, "deepseek") { - // chatBody.Model = "deepseek-chat" - // } choseChunkParser() updateStatusLine() return nil @@ -793,7 +789,7 @@ func init() { pages.AddPage(imgPage, imgView, true, true) return nil } - // TODO: move to menu or table + // DEPRECATED: rag is deprecated until I change my mind // if event.Key() == tcell.KeyCtrlR && cfg.HFToken != "" { // // rag load // // menu of the text files from defined rag directory -- cgit v1.2.3