summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-01-05 20:51:31 +0300
committerGrail Finder <wohilas@gmail.com>2025-01-05 20:51:31 +0300
commitb822b3a1613ef7f1c9ed8fa5aaddfaffbfc513a4 (patch)
treeafa89e8eb8916e5e970cac9fb70eaddd97c12ae6 /main.go
parent4736e43631ed21fd14741daa1dde746687d330fa (diff)
Refactor: rag to sep package
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 2187062..8f05f5b 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"
+ indexLine = "F12 to show keys help; bot resp mode: %v; char: %s; chat: %s; RAGEnabled: %v; EmbedURL: %s"
focusSwitcher = map[tview.Primitive]tview.Primitive{}
)