Refactor: rag to sep package

This commit is contained in:
Grail Finder
2025-01-05 20:51:31 +03:00
parent 4736e43631
commit b822b3a161
6 changed files with 282 additions and 248 deletions

View File

@@ -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{}
)