Fix import path

This commit is contained in:
Scott Davidson 2025-11-14 08:13:40 +00:00
parent 3d3f3e32d6
commit 30ae271754

View file

@ -19,7 +19,7 @@ import re
from common.token_utils import num_tokens_from_string
from functools import partial
from typing import Generator
from api.db import LLMType
from common.constants import LLMType
from api.db.db_models import LLM
from api.db.services.common_service import CommonService
from api.db.services.tenant_llm_service import LLM4Tenant, TenantLLMService