mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-09 15:17:59 -05:00
Plugins initial
This commit is contained in:
11
README.md
11
README.md
@@ -204,6 +204,17 @@ export PINECONE_ENV="Your pinecone region" # something like: us-east4-gcp
|
||||
|
||||
```
|
||||
|
||||
## Plugins
|
||||
|
||||
See https://github.com/Torantulino/Auto-GPT-Plugin-Template for the template of the plugins.
|
||||
|
||||
WARNING: Review the code of any plugin you use.
|
||||
|
||||
Drop the repo's zipfile in the plugins folder.
|
||||
|
||||

|
||||
|
||||
If you add the plugins class name to the whitelist in the config.py you will not be prompted otherwise you'll be warned before loading the plugin.
|
||||
|
||||
## View Memory Usage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user