fix:default chat

This commit is contained in:
aries-ckt 2023-06-01 20:47:16 +08:00
parent 43924cbff2
commit 2e18c2e294

View File

@ -17,7 +17,7 @@ from pilot.configs.model_config import (
VECTOR_SEARCH_TOP_K, VECTOR_SEARCH_TOP_K,
) )
from pilot.scene.chat_normal.prompt import prompt from pilot.scene.chat_knowledge.default.prompt import prompt
from pilot.source_embedding.knowledge_embedding import KnowledgeEmbedding from pilot.source_embedding.knowledge_embedding import KnowledgeEmbedding
CFG = Config() CFG = Config()