summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-02-15 08:46:33 +0300
committerGrail Finder <wohilas@gmail.com>2025-02-15 08:46:33 +0300
commit83babd027140b7ae41743655fa016bf3551350c2 (patch)
tree9823fbb9305bfe1eac765cd4c8e9c634c90306c5 /main.go
parent2b9c44eff9becf15e73c159349c5aeaa4ce68a0c (diff)
Fix: thinking
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 0b3bae5..e494b3a 100644
--- a/main.go
+++ b/main.go
@@ -12,7 +12,7 @@ var (
botRespMode = false
editMode = false
selectedIndex = int(-1)
- indexLine = "F12 to show keys help | bot resp mode: %v (F6) | char: %s (ctrl+s) | chat: %s (F1) | RAGEnabled: %v (F11) | toolUseAdviced: %v (ctrl+k) | model: %s (ctrl+l)\nAPI_URL: %s (ctrl+v)"
+ indexLine = "F12 to show keys help | bot resp mode: %v (F6) | char: %s (ctrl+s) | chat: %s (F1) | RAGEnabled: %v (F11) | toolUseAdviced: %v (ctrl+k) | model: %s (ctrl+l)\nAPI_URL: %s (ctrl+v) | ThinkUse: %v (ctrl+p)"
focusSwitcher = map[tview.Primitive]tview.Primitive{}
)