Improve prompt to avoid accidental detections of back as front

This commit is contained in:
Ian Gulliver
2024-08-10 16:15:41 -07:00
parent 8f8e147a12
commit c9e8af0629

View File

@@ -33,7 +33,7 @@ for file in sorted(os.listdir(pending)):
'content': [ 'content': [
{ {
'type': 'text', 'type': 'text',
'text': 'If this is a picture of a white card with black lettering on it, respond with just the 5 digit number written on the card. If this is a picture of a key, respond with "front" if you can see the engraving "SC1" and "back" if you cannot.' 'text': 'If this is a picture of a white card with black lettering on it, respond with just the 5 digit number written on the card. If this is a picture of a key, respond with "front" if you can see the engravings "SC1" & "USA", and "back" if you cannot.'
}, },
{ {
'type': 'image_url', 'type': 'image_url',