123
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user