diff --git a/src/modules/open-ai/helpers.ts b/src/modules/open-ai/helpers.ts index a873124f..42b71457 100644 --- a/src/modules/open-ai/helpers.ts +++ b/src/modules/open-ai/helpers.ts @@ -27,7 +27,7 @@ export const SupportedCommands = { export const MAX_TRIES = 3 -const DALLE_PREFIX_LIST = ['i. ', ',', 'image ', 'd.', 'img ', 'i '] +const DALLE_PREFIX_LIST = ['i. ', ',', 'image ', 'd.', 'img '] export const isMentioned = ( ctx: OnMessageContext | OnCallBackQueryData