add "imgen" option to OpenAiGenImage command

This commit is contained in:
2026-03-18 13:43:56 +03:00
parent d77b33514c
commit 126bebb40b
+1 -1
View File
@@ -10,7 +10,7 @@ import {Environment} from "../common/environment";
import {APIError} from "openai";
export class OpenAIGenImage extends ChatCommand {
command = ["openAiGenImage", "chatGPTGenImage"];
command = ["openAiGenImage", "chatGPTGenImage", "imgen"];
title = "/openAIGenImage";
description = "Generate image from OpenAI";