From 4736e43631ed21fd14741daa1dde746687d330fa Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sat, 4 Jan 2025 18:13:13 +0300 Subject: Feat (RAG): tying tui calls to rag funcs [WIP; skip-ci] RAG itself is annoying to properly implement, plucking sentences with no context is useless. Also it should not be a part of main package, same for goes for tui. The number of global vars is absurd. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 0a55082..2187062 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" + indexLine = "F12 to show keys help; bot resp mode: %v; char: %s; chat: %s; RAGEnabled: %v" focusSwitcher = map[tview.Primitive]tview.Primitive{} ) -- cgit v1.2.3