Rename config

This commit is contained in:
shamoon
2025-04-19 23:45:10 -07:00
parent cfbd5af820
commit 01dc3cc17c
2 changed files with 3 additions and 3 deletions

View File

@@ -770,7 +770,7 @@ class DocumentViewSet(
):
return HttpResponseForbidden("Insufficient permissions")
if settings.AI_CLASSIFICATION_ENABLED:
if settings.AI_ENABLED:
cached = get_llm_suggestion_cache(doc.pk, backend=settings.LLM_BACKEND)
if cached: