mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
refine README
This commit is contained in:
parent
7192333897
commit
c6ffd4f986
2 changed files with 7 additions and 27 deletions
21
README.md
21
README.md
|
|
@ -11,17 +11,11 @@ # MetaGPT: The Multi-Role Meta Programming Framework
|
|||
|
||||
## Examples (fully generated by GPT-4)
|
||||
|
||||
1. Each column here is a requirement of using the command `python startup.py <requirement>`.
|
||||
2. By default, an investment of three dollars is made for each example and the program stops once this amount is depleted.
|
||||
1. It requires around **$0.2** (GPT-4 api's costs) to generate one example with analysis and design.
|
||||
2. It requires around **$2.0** (GPT-4 api's costs) to generate one example with a full project.
|
||||
For example, if you type `python startup.py "Design a RecSys like Toutiao"`, you would get many outputs, one of them are data design
|
||||
|
||||
| | Design a LLMOps framework supports GPT-4 and other LLMs | Design a RecSys like Toutiao |
|
||||
|----------------------|-------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|
|
||||
| Competitive Analysis |  |  |
|
||||
| Data & API Design |  |  |
|
||||
| Sequence Flow |  |  |
|
||||

|
||||
|
||||
It requires around **$0.2** (GPT-4 api's costs) to generate one example with analysis and design, around **$2.0** to a full project.
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
@ -78,15 +72,6 @@ ### Code walkthrough
|
|||
|
||||
You can check `examples` for more details on single role (with knowledge base) and LLM only examples.
|
||||
|
||||
## Contact Information
|
||||
|
||||
If you have any questions or feedback about this project, feel free to reach out to us. We appreciate your input!
|
||||
|
||||
- **Email:** alexanderwu@fuzhi.ai
|
||||
- **GitHub Issues:** For more technical issues, you can also create a new issue in our [GitHub repository](https://github.com/geekan/metagpt/issues).
|
||||
|
||||
We aim to respond to all inquiries within 2-3 business days.
|
||||
|
||||
## Demo
|
||||
|
||||
https://github.com/geekan/MetaGPT/assets/2707039/5e8c1062-8c35-440f-bb20-2b0320f8d27d
|
||||
|
|
|
|||
13
README_CN.md
13
README_CN.md
|
|
@ -11,16 +11,11 @@ # MetaGPT:多角色元编程框架
|
|||
|
||||
## 示例(均由 GPT-4 生成)
|
||||
|
||||
1. 这里的每一列都是使用命令 `python startup.py <requirement>` 的要求
|
||||
2. 默认情况下,每个示例的投资为三美元,一旦这个金额耗尽,程序就会停止
|
||||
1. 生成一个带有分析和设计的示例大约需要**$0.2** (GPT-4 api 的费用)
|
||||
2. 生成一个完整项目的示例大约需要**$2.0** (GPT-4 api 的费用)
|
||||
例如,键入`python startup.py "写个类似今日头条的推荐系统"`并回车,你会获得一系列输出,其一是数据结构与API设计
|
||||
|
||||
| | 设计一个支持大语言模型的 LLMOps 框架 | 设计一个像今日头条的推荐系统 |
|
||||
|-------------|-------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|
|
||||
| 竞品分析 |  |  |
|
||||
| 数据 & API 设计 |  |  |
|
||||
| 序列流程图 |  |  |
|
||||

|
||||
|
||||
这需要大约**0.2美元**(GPT-4 API的费用)来生成一个带有分析和设计的示例,大约2.0美元用于一个完整的项目
|
||||
|
||||
## 安装
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue