Improve prompt to avoid accidental detections of back as front
This commit is contained in:
2
main.py
2
main.py
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user