doc:update document

This commit is contained in:
aries_ckt
2023-11-03 15:45:45 +08:00
parent 0874fa2526
commit 3111760c82
10 changed files with 451 additions and 395 deletions

View File

@@ -2,6 +2,11 @@
The ability of Agent and Plugin is the core of whether large models can be automated. In this project, we natively support the plugin mode, and large models can automatically achieve their goals. At the same time, in order to give full play to the advantages of the community, the plugins used in this project natively support the Auto-GPT plugin ecology, that is, Auto-GPT plugins can directly run in our project.
```{admonition} The LLM (Language Model) suitable for the Plugin scene is
* chatgpt3.5.
* chatgpt4.
```
## Local Plugins
### 1.1 How to write local plugins.