From 0f0c0fcb82704872d12ef65e6611f2f4538facbb Mon Sep 17 00:00:00 2001 From: fegloff Date: Thu, 8 Feb 2024 10:28:22 -0500 Subject: [PATCH] update dalle 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 f91fd2b9..30ba7de1 100644 --- a/src/modules/open-ai/helpers.ts +++ b/src/modules/open-ai/helpers.ts @@ -27,7 +27,7 @@ export enum SupportedCommands { export const MAX_TRIES = 3 -export const DALLE_PREFIX_LIST = ['i.', ', ', 'image ', 'd.', 'img '] +export const DALLE_PREFIX_LIST = ['i.', ', ', 'd.'] export const CHAT_GPT_PREFIX_LIST = ['a.', '. '] export const NEW_PREFIX_LIST = ['n.', '.. ']