mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-12 00:19:48 +00:00
Rename config
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user