Merge pull request #530 from wangw571/main-fix

对两个可视化功能和bot思考过程的修复
This commit is contained in:
SengokuCola
2025-03-22 21:13:49 +08:00
committed by GitHub
4 changed files with 14 additions and 4 deletions

View File

@@ -10,6 +10,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]+"/../")
from src.common.logger import get_module_logger
import jieba
# from chat.config import global_config