Skip to content

Commit

Permalink
update dalle prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
fegloff committed Feb 8, 2024
1 parent afd31d7 commit 0f0c0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/open-ai/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.', '.. ']

Expand Down

0 comments on commit 0f0c0fc

Please sign in to comment.