Fix import path
This commit is contained in:
parent
3d3f3e32d6
commit
30ae271754
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue