mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 22:44:21 +01:00
adding openai plugin loader
This commit is contained in:
@@ -109,6 +109,7 @@ class Config(metaclass=Singleton):
|
||||
|
||||
self.plugins_dir = os.getenv("PLUGINS_DIR", "plugins")
|
||||
self.plugins = []
|
||||
self.plugins_openai = []
|
||||
self.plugins_whitelist = []
|
||||
self.plugins_blacklist = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user