This commit is contained in:
2025-03-02 15:25:21 +08:00
parent 95da1cd5a8
commit bb9a9ee201
6 changed files with 32 additions and 128 deletions

View File

@@ -19,6 +19,8 @@ SILENT = True # 关闭嵌套智能体的输出
STREAM = True # stream on console
CACHE = None # None 就是关闭 41是默认值开启
GRAPH_RAG = "/root/data50T/LYT/matagent/backend/psk-graphrag/settings.yaml"
WORK_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), ".coding")
if not os.path.exists(WORK_DIR):
os.mkdir(WORK_DIR)