aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Krzysztof Czerwinski <34861343+kcze@users.noreply.github.com> 2024-04-28 21:10:53 +0200
committerGravatar GitHub <noreply@github.com> 2024-04-28 21:10:53 +0200
commitd38e8b8f6c8a5a48f7664e03f5ea7df7f2a46324 (patch)
treef87d0ee986424b144137efa31db89fd10e68eb9b /docs
parentfix(agent): Update .env.template to match changes in 370615e (diff)
downloadAuto-GPT-d38e8b8f6c8a5a48f7664e03f5ea7df7f2a46324.tar.gz
Auto-GPT-d38e8b8f6c8a5a48f7664e03f5ea7df7f2a46324.tar.bz2
Auto-GPT-d38e8b8f6c8a5a48f7664e03f5ea7df7f2a46324.zip
clean(autogpt): Remove old plugin system (#7097)
### Background Follow up after merging https://github.com/Significant-Gravitas/AutoGPT/pull/7054, old plugins will no longer be used. ### Changes 🏗️ - Removed all dead code needed to load and use plugins. - Removed `auto-gpt-plugin-template` dependency - Removed `rev=` from `autogpt-forge` dependency (the set `rev` had incompatible `duckduckgo-search` versions) - Kept `--install-plugin-deps` CLI option and dead code associated (may be needed for new plugins)
Diffstat (limited to 'docs')
-rw-r--r--docs/content/AutoGPT/configuration/options.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/content/AutoGPT/configuration/options.md b/docs/content/AutoGPT/configuration/options.md
index 0ff2c29c9..9003c7378 100644
--- a/docs/content/AutoGPT/configuration/options.md
+++ b/docs/content/AutoGPT/configuration/options.md
@@ -33,7 +33,6 @@ Configuration is controlled through the `Config` object. You can set configurati
- `OPENAI_API_KEY`: *REQUIRED*- Your [OpenAI API Key](https://platform.openai.com/account/api-keys).
- `OPENAI_ORGANIZATION`: Organization ID in OpenAI. Optional.
- `PLAIN_OUTPUT`: Plain output, which disables the spinner. Default: False
-- `PLUGINS_CONFIG_FILE`: Path of the Plugins Config file relative to the AutoGPT root directory. Default: plugins_config.yaml
- `PROMPT_SETTINGS_FILE`: Location of the Prompt Settings file relative to the AutoGPT root directory. Default: prompt_settings.yaml
- `REDIS_HOST`: Redis Host. Default: localhost
- `REDIS_PASSWORD`: Redis Password. Optional. Default: