Cover llmindex in system status

This commit is contained in:
shamoon
2025-04-29 22:16:04 -07:00
parent e2fc7f596d
commit e6d8cd6547
2 changed files with 67 additions and 1 deletions

View File

@@ -2976,7 +2976,7 @@ class SystemStatusView(PassUserMixin):
)
ai_config = AIConfig()
if not ai_config.llm_index_enabled:
if not ai_config.llm_index_enabled():
llmindex_status = "DISABLED"
llmindex_error = None
llmindex_last_modified = None