Every time you choose to apply a rule(s), explicitly state the rule(s) in the output. You can abbreviate the rule description to a single word or phrase.
[Brief description ]
- [more description]
- [more description]
- [more description]
| # Must have conda installed | |
| # It costs approximately $0.2 (in GPT-4 API fees) to generate one example with analysis and design, and around $2.0 for a full project. | |
| conda create -n metagpt python=3.11.4 | |
| conda activate metagpt | |
| npm --version # to check you have npm installed | |
| # optional: install node if you don't have it | |
| npm install -g @mermaid-js/mermaid-cli | |
| git clone https://github.com/geekan/metagpt | |
| cd metagpt |