mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-07-17 16:41:05 +02:00
tuning example and config
This commit is contained in:
parent
f93ccaf0d1
commit
9f653ea60b
6 changed files with 14 additions and 16 deletions
|
|
@ -51,6 +51,7 @@ def get_metagpt_root():
|
|||
METAGPT_ROOT = get_metagpt_root() # Dependent on METAGPT_PROJECT_ROOT
|
||||
DEFAULT_WORKSPACE_ROOT = METAGPT_ROOT / "workspace"
|
||||
|
||||
EXAMPLE_PATH = METAGPT_ROOT / "examples"
|
||||
DATA_PATH = METAGPT_ROOT / "data"
|
||||
RESEARCH_PATH = DATA_PATH / "research"
|
||||
TUTORIAL_PATH = DATA_PATH / "tutorial_docx"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue