summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-01-15 16:46:59 +0300
committerGrail Finder <wohilas@gmail.com>2025-01-15 16:46:59 +0300
commit1ea19ba11ec835370399fce9de3954ca2f58829c (patch)
tree0d613f1418bb04fd03e36146177e952192391923 /main.go
parent85f96aa4013f9cedaf333c6d1027fe6d901cf561 (diff)
Feat (status line): add model name
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index a8ae716..f3105e5 100644
--- a/main.go
+++ b/main.go
@@ -10,7 +10,7 @@ var (
botRespMode = false
editMode = false
selectedIndex = int(-1)
- indexLine = "F12 to show keys help; bot resp mode: %v; char: %s; chat: %s; RAGEnabled: %v; toolUseAdviced: %v"
+ indexLine = "F12 to show keys help; bot resp mode: %v; char: %s; chat: %s; RAGEnabled: %v; toolUseAdviced: %v; model: %s"
focusSwitcher = map[tview.Primitive]tview.Primitive{}
)