diff --git a/README.md b/README.md index 7e3b053d7..715c66293 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ # MetaGPT: The Multi-Role Meta Programming Framework 1. The team can handle **Boss's one line Requirement** cooperate and generate **user stories / competetive analysis / requirements / data structures / apis / files etc.** 2. The team consists of **product manager / architect / project manager / engineer**, it provides the full process of a **software company.** +![A software company consists of LLM-based roles](./resources/software_company_cd.jpeg) + ## Examples (fully generated by GPT-4) 1. Each column here is a requirement of using the command `python startup.py `. @@ -38,7 +40,7 @@ # Step 3: Clone the repository to your local machine, and install it. ## Configuration -- Configure your `OPENAI_API_KEY` in `config/key.yaml / config/config.yaml / env` +- Configure your `OPENAI_API_KEY` in any of `config/key.yaml / config/config.yaml / env` - Priority order: `config/key.yaml > config/config.yaml > env` ```bash @@ -59,10 +61,6 @@ ## Tutorial: Initiating a startup After running the script, you can find your new project in the `workspace/` directory. -### What's behind? It's a startup fully driven by GPT. You're the investor - -![A software company consists of LLM-based roles](./resources/software_company_cd.jpeg) - ### Code walkthrough ```python diff --git a/README_CN.md b/README_CN.md index ba71bdd36..738936fb6 100644 --- a/README_CN.md +++ b/README_CN.md @@ -7,6 +7,8 @@ # MetaGPT:多角色元编程框架 1. 该团队可以消化**一句话的老板需求**合作并生成**用户故事 / 竞品分析 / 需求 / 数据结构 / APIs / 文件等** 2. 该团队包括**产品经理 / 架构师 / 项目经理 / 工程师**,它提供了一个**软件公司**的全过程 +![一个完全由大语言模型角色构成的软件公司](./resources/software_company_cd.jpeg) + ## 示例(均由 GPT-4 生成) 1. 这里的每一列都是使用命令 `python startup.py ` 的要求 @@ -58,10 +60,6 @@ ## 示例:启动一个创业公司 运行脚本后,您可以在 `workspace/` 目录中找到您的新项目。 -### 背后的运作原理?这是一个完全由 GPT 驱动的创业公司,而您是投资者 - -![一个完全由大语言模型角色构成的软件公司](./resources/software_company_cd.jpeg) - ### 代码实现 ```python