summaryrefslogtreecommitdiff
path: root/tui.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-10-03 20:42:36 +0300
committerGrail Finder <wohilas@gmail.com>2025-10-03 20:42:36 +0300
commitdc183e3692711e566226bbe2e462498ca9762687 (patch)
tree5f3c7efc7692c67f8cde15e20ad979cdd68c615c /tui.go
parent448cb97074bb471bc2c9e0848ecbd005e994c3a6 (diff)
Chore: solving TODOs
Diffstat (limited to 'tui.go')
-rw-r--r--tui.go8
1 files changed, 2 insertions, 6 deletions
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