Merge pull request #1157 from Justin-ZL/v0.6-release

fix:const.py add CONFIG_ROOT
This commit is contained in:
好好学习的郝 2024-04-03 10:36:58 +08:00 committed by GitHub
commit 4873a3dbd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"