fix: Remove error import

This commit is contained in:
zhangzhanwei 2025-12-29 17:35:32 +08:00 committed by zhanweizhang7
parent 60bece585c
commit 2f73ac535a

View File

@ -22,7 +22,6 @@ from common.exception.app_exception import ChatException
from knowledge.models import Document
from models_provider.models import Model
from models_provider.tools import get_model_credential
from system_manage.models import UserGroupRelation
class ChatInfo: