mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 17:26:22 +02:00
refine README.md
This commit is contained in:
parent
6fc7ccce7f
commit
2a23e10d34
2 changed files with 5 additions and 9 deletions
|
|
@ -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.**
|
||||
|
||||

|
||||
|
||||
## 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
|
||||
|
||||

|
||||
|
||||
### Code walkthrough
|
||||
|
||||
```python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue