Created
October 7, 2024 14:03
-
-
Save ShayneP/7f9c0afd60ac4f60c0e69f68d29773d7 to your computer and use it in GitHub Desktop.
Sample of vision fine tune for OpenAI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"messages": [ | |
{ "role": "system", "content": "You are an assistant that identifies uncommon cheeses." }, | |
{ "role": "user", "content": "What is this cheese?" }, | |
{ "role": "user", "content": [ | |
{ | |
"type": "image_url", | |
"image_url": { | |
"url": "<https://upload.wikimedia.org/wikipedia/commons/3/36/Danbo_Cheese.jpg>" | |
} | |
} | |
] | |
}, | |
{ "role": "assistant", "content": "Danbo" } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment