增加了bot等待一个人说完所有话的功能和通过at快速增加好感度的功能(sec/plugins/chat/bot.py)

给可视化推理/记忆加了sys.path.insert防止找不到src
requirements加了scipy
This commit is contained in:
Charlie Wang
2025-03-20 22:29:19 +08:00
parent 7249ad0c63
commit 3b2c97b7bc
4 changed files with 52 additions and 5 deletions

View File

@@ -11,6 +11,12 @@ from pathlib import Path
import matplotlib.pyplot as plt
import networkx as nx
from dotenv import load_dotenv
sys.path.insert(0, sys.path[0]+"/../")
sys.path.insert(0, sys.path[0]+"/../")
sys.path.insert(0, sys.path[0]+"/../")
sys.path.insert(0, sys.path[0]+"/../")
sys.path.insert(0, sys.path[0]+"/../")
print(sys.path)
from src.common.logger import get_module_logger
import jieba