Removes comment

This commit is contained in:
Toran Bruce Richards
2023-04-08 12:27:05 +01:00
committed by GitHub
parent 091db1d4c3
commit 8b36a5cfd3

View File

@@ -103,7 +103,7 @@ def execute_command(command_name, arguments):
return ai.write_tests(arguments["code"], arguments.get("focus"))
elif command_name == "execute_python_file": # Add this command
return execute_python_file(arguments["file"])
elif command_name == "generate_image": # Add this command
elif command_name == "generate_image":
return generate_image(arguments["prompt"])
elif command_name == "task_complete":
shutdown()