Skip to content

Commit

Permalink
Update dall-e model in openai.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsingh132 committed Jun 27, 2024
1 parent 51fb4bf commit 3239b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convex/openai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export const generateThumbnailAction = action({
await handleLimitations(ctx, user, undefined);

const response = await openai.images.generate({
model: "dall-e-2",
model: "dall-e-3",
prompt,
size: "1024x1024",
quality: "standard",
Expand Down

0 comments on commit 3239b6f

Please sign in to comment.