From c9e8af06292d94a532767b026879bbe7784fcf5a Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sat, 10 Aug 2024 16:15:41 -0700 Subject: [PATCH] Improve prompt to avoid accidental detections of back as front --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 1b9d701..e050346 100644 --- a/main.py +++ b/main.py @@ -33,7 +33,7 @@ for file in sorted(os.listdir(pending)): 'content': [ { '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',