refine README.md

This commit is contained in:
geekan 2023-07-01 07:43:09 +08:00
parent 6fc7ccce7f
commit 2a23e10d34
2 changed files with 5 additions and 9 deletions

View file

@ -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 <requirement>`.
@ -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