Skip to content

Instantly share code, notes, and snippets.

@ShayneP
Created October 7, 2024 14:03
Show Gist options
  • Save ShayneP/7f9c0afd60ac4f60c0e69f68d29773d7 to your computer and use it in GitHub Desktop.
Save ShayneP/7f9c0afd60ac4f60c0e69f68d29773d7 to your computer and use it in GitHub Desktop.
Sample of vision fine tune for OpenAI
{
"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