OpenBMB / ChatDev

Create Customized Software using Natural Language Idea (through LLM-powered Multi-Agent Collaboration)
https://arxiv.org/abs/2307.07924
Apache License 2.0
24.38k stars 3.06k forks source link

cannot further optimize the generated software result. #356

Closed karlchangretta closed 4 months ago

karlchangretta commented 4 months ago

It seems that ChatGPT currently cannot further optimize the generated software result. This means that if the result is unsatisfactory or flawed, it cannot request the small company to optimize the software, and it can only generate it from scratch again.

JiahaoLi2003 commented 4 months ago

My understanding is that you want to do incremental development based on the code generated by ChatDev. Try --config "incremental" --path "[source_code_directory_path]"