Skip to content

Commit

Permalink
remove i prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
fegloff committed Jan 15, 2024
1 parent f348cf8 commit 4bbbfef
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 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
Expand Down

0 comments on commit 4bbbfef

Please sign in to comment.