From 4bbbfef826dd1c32784b2583e1a85b7124e21a2a Mon Sep 17 00:00:00 2001 From: fegloff Date: Sun, 14 Jan 2024 19:14:46 -0500 Subject: [PATCH] remove i prefix --- src/modules/open-ai/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/open-ai/helpers.ts b/src/modules/open-ai/helpers.ts index a873124..42b7145 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