From 3d322b791f9e201843712ce61d10b23bc3d64e5f Mon Sep 17 00:00:00 2001 From: dmoham1476 Date: Fri, 25 Aug 2023 06:04:59 -0700 Subject: [PATCH] Update __init__.py to support image_gen commands (#5137) Update __init__.py Enabling image_gen commands to support IMAGE_PROVIDER in the .env. --- autogpt/commands/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autogpt/commands/__init__.py b/autogpt/commands/__init__.py index 939e66ed..861da27d 100644 --- a/autogpt/commands/__init__.py +++ b/autogpt/commands/__init__.py @@ -5,4 +5,5 @@ COMMAND_CATEGORIES = [ "autogpt.commands.web_search", "autogpt.commands.web_selenium", "autogpt.commands.system", + "autogpt.commands.image_gen", ]