From 8b8ab513a875fdb86cdded85530433d331014632 Mon Sep 17 00:00:00 2001 From: zhanglei Date: Wed, 3 Apr 2024 10:31:47 +0800 Subject: [PATCH] fix:const.py add CONFIG_ROOT --- metagpt/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metagpt/const.py b/metagpt/const.py index a57be641b..828fb2f05 100644 --- a/metagpt/const.py +++ b/metagpt/const.py @@ -47,7 +47,7 @@ def get_metagpt_root(): # METAGPT PROJECT ROOT AND VARS - +CONFIG_ROOT = Path.home() / ".metagpt" METAGPT_ROOT = get_metagpt_root() # Dependent on METAGPT_PROJECT_ROOT DEFAULT_WORKSPACE_ROOT = METAGPT_ROOT / "workspace"