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

Commit

Permalink
Merge pull request #232 from Significant-Gravitas/NeonN3mesis-patch-R…
Browse files Browse the repository at this point in the history
…eadme-pluginsconfig

Update README with optional instructions for generating plugins_confi…
  • Loading branch information
NeonN3mesis authored Sep 21, 2023
2 parents fbf7724 + fd6edf8 commit 04b5324
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 04b5324

Please sign in to comment.