diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/ImageBox.tsx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx index 0eb74740f..89fa9942d 100644 --- a/src/client/views/nodes/ImageBox.tsx +++ b/src/client/views/nodes/ImageBox.tsx @@ -135,7 +135,10 @@ export class ImageBox extends ViewBoxAnnotatableComponent<FieldViewProps>() { // 3) ask GPT for exactly one label: PERSON or LANDSCAPE const raw = await gptImageLabel( base64, - 'Classify this image as PERSON or LANDSCAPE. You may only respond with one of these two options.' + `Classify this image as PERSON or LANDSCAPE. You may only respond with one of these two options. Then + provide five additional descriptive tags to describe the image for a total of 6 words outputted, + delimited by spaces and commas. Then add one final summary tag (separated by underscores) + that describes the image.` ); // 4) normalize and prefix |