secret 神秘小测验加强版

This commit is contained in:
SengokuCola
2025-03-23 00:01:26 +08:00
parent 20a06df9e5
commit 4b6a315b8e
5 changed files with 704 additions and 3 deletions

View File

@@ -23,7 +23,6 @@ import jieba
root_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "../../.."))
sys.path.append(root_path)
from src.common.logger import get_module_logger # noqa: E402
from src.common.database import db # noqa E402
from src.plugins.memory_system.offline_llm import LLMModel # noqa E402