Files
Auto-GPT/autogpt/commands/__init__.py
dmoham1476 3d322b791f Update __init__.py to support image_gen commands (#5137)
Update __init__.py

Enabling image_gen commands to support IMAGE_PROVIDER in the .env.
2023-08-25 15:04:59 +02:00

10 lines
280 B
Python

COMMAND_CATEGORIES = [
"autogpt.commands.execute_code",
"autogpt.commands.file_operations",
"autogpt.commands.user_interaction",
"autogpt.commands.web_search",
"autogpt.commands.web_selenium",
"autogpt.commands.system",
"autogpt.commands.image_gen",
]