Move module

This commit is contained in:
shamoon 2025-04-21 11:05:14 -07:00
parent 89e12fa01e
commit 7eed2dcdf0
No known key found for this signature in database
4 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
import json
import logging
from documents.ai.client import run_llm_query
from documents.models import Document
from paperless.ai.client import run_llm_query
logger = logging.getLogger("paperless.ai.llm_classifier")