Skip to content

Commit

Permalink
disable 'use context' for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmatthis committed Nov 27, 2024
1 parent 46c968a commit 53acbc0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/interfaces/discord/commands/discord-image.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ export class ImagePromptDto {
})
prompt: string = 'Generate a new image';

@BooleanOption({
name: 'use_context',
description:
'Whether to include text from this Thread/Channel in the image generation prompt',
required: false,
})
useContext: boolean;
// @BooleanOption({
// name: 'use_context',
// description:
// 'Whether to include text from this Thread/Channel in the image generation prompt',
// required: false,
// })
// useContext: boolean;
}

@Injectable()
Expand Down

0 comments on commit 53acbc0

Please sign in to comment.