MetaGPT icon indicating copy to clipboard operation
MetaGPT copied to clipboard

Running the same prompt will repeatedly overwrite project files in the workspace

Open Rchenyu opened this issue 1 year ago • 1 comments

Running the same prompt will repeatedly overwrite project files in the workspace without assigning new names, making it difficult to compare differences between results generated multiple times.

image

Rchenyu avatar Feb 14 '24 03:02 Rchenyu

If the --inc or --project-path parameters are not explicitly used to indicate an incremental iteration, the newly created project will default to overwrite mode—overwriting projects with the same name. To avoid overwriting existing projects, use --project-name to set a unique project name for the newly created project.

iorisa avatar Mar 04 '24 08:03 iorisa