diff options
author | Grail Finder <wohilas@gmail.com> | 2025-01-15 16:46:59 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-01-15 16:46:59 +0300 |
commit | 1ea19ba11ec835370399fce9de3954ca2f58829c (patch) | |
tree | 0d613f1418bb04fd03e36146177e952192391923 /main.go | |
parent | 85f96aa4013f9cedaf333c6d1027fe6d901cf561 (diff) |
Feat (status line): add model name
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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{} ) |