mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 09:43:10 +00:00
fix: 创建临时会话报错
This commit is contained in:
parent
901097b053
commit
df65df8a8c
|
|
@ -27,8 +27,9 @@ from common.util.lock import try_lock, un_lock
|
|||
from common.util.rsa_util import decrypt
|
||||
from dataset.models import Document, Problem, Paragraph
|
||||
from embedding.models import SourceType, Embedding
|
||||
from setting.models import Model
|
||||
from setting.models_provider.constants.model_provider_constants import ModelProvideConstants
|
||||
from setting.views import Model
|
||||
|
||||
from smartdoc.conf import PROJECT_DIR
|
||||
|
||||
chat_cache = cache
|
||||
|
|
|
|||
Loading…
Reference in New Issue