Update __init__.py to support image_gen commands (#5137)

Update __init__.py

Enabling image_gen commands to support IMAGE_PROVIDER in the .env.
This commit is contained in:
dmoham1476
2023-08-25 06:04:59 -07:00
committed by GitHub
parent 24e2fb2e35
commit 3d322b791f

View File

@@ -5,4 +5,5 @@ COMMAND_CATEGORIES = [
"autogpt.commands.web_search",
"autogpt.commands.web_selenium",
"autogpt.commands.system",
"autogpt.commands.image_gen",
]