Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Update README with optional instructions for generating plugins_confi…
Browse files Browse the repository at this point in the history
…g.yaml

Update README with optional instructions for generating plugins_config.yaml
  • Loading branch information
NeonN3mesis authored Sep 21, 2023
1 parent aba28a3 commit fd6edf8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,20 @@ Here are the steps to configure Auto-GPT Plugins.
enabled: true
```
1. **Alernate option to enable the plugins** (May cease to function at any point as the .env support for plugins may change)
In your .env file add the lines below. If your plugins_config.yaml does not exist it should generate correctly when you run Auto-GPT based on what you populate below.
```
################################################################################
### ALLOWLISTED PLUGINS
################################################################################
#ALLOWLISTED_PLUGINS - Sets the listed plugins that are allowed (Example: plugin1,plugin2,plugin3)
ALLOWLISTED_PLUGINS=AutoGPTReddit
DENYLISTED_PLUGINS=AutoGPTBluesky,AutoGPTTelegram,AutoGPTEmailPlugin,AutoGPTNewsSearch,PlannerPlugin,AutoGPTSceneXPlugin,AutoGPTTwitter,AutoGPTWikipediaSearch,AutoGPTWolframAlphaSearch,AutoGPTSpacePlugin,AutoGPTBaiduSearch,AutoGPTBingSearch
```
## Plugins
There are two categories of plugins: **first party** and **third party**.
Expand Down

0 comments on commit fd6edf8

Please sign in to comment.