Move module

This commit is contained in:
shamoon 2025-04-21 11:05:14 -07:00
parent 53c0b6e1c7
commit 16d7d95517
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")