Chore: remove unused RagEnabled var

This commit is contained in:
Grail Finder
2026-03-06 07:46:15 +03:00
parent efc92d884c
commit e1f2a8cd7b
4 changed files with 0 additions and 8 deletions

View File

@@ -115,9 +115,6 @@ func makePropsTable(props map[string]float32) *tview.Table {
row++
}
// Add checkboxes
addCheckboxRow("RAG use", cfg.RAGEnabled, func(checked bool) {
cfg.RAGEnabled = checked
})
addCheckboxRow("Inject role", injectRole, func(checked bool) {
injectRole = checked
})