Skip to content

Commit

Permalink
adding better feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
webdevcody committed Feb 2, 2024
1 parent b05207c commit 897b842
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion convex/vision.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,17 @@ export const generateAIComment = internalAction({
content: [
{
type: "text",
text: "Pick which Thumbnails Looks the Best:",
text: `Describe which Thumbnails Looks the Best and be sure to output enough description so the use knows which thumbnail you are talking about. Try to judge the thumbnail on the following criteria:
- Does it have a good color balance?
- Does it have a good contrast?
- Does it have a good lighting?
- Is it simple?
- Does it stand out?
- Is the main subject obvious?
- Is the text engaging enough for users to click?
`,
},
...(images as any),
],
Expand Down

0 comments on commit 897b842

Please sign in to comment.