Skip to content

Commit 0f0c0fc

Browse files
committed
update dalle prefix
1 parent afd31d7 commit 0f0c0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/open-ai/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export enum SupportedCommands {
2727

2828
export const MAX_TRIES = 3
2929

30-
export const DALLE_PREFIX_LIST = ['i.', ', ', 'image ', 'd.', 'img ']
30+
export const DALLE_PREFIX_LIST = ['i.', ', ', 'd.']
3131
export const CHAT_GPT_PREFIX_LIST = ['a.', '. ']
3232
export const NEW_PREFIX_LIST = ['n.', '.. ']
3333

0 commit comments

Comments
 (0)