Skip to content

Instantly share code, notes, and snippets.

@harmoniemand
Last active January 19, 2024 14:25
Show Gist options
  • Save harmoniemand/fcc9be1fe0aa725a0568e5b7969ec4ae to your computer and use it in GitHub Desktop.
Save harmoniemand/fcc9be1fe0aa725a0568e5b7969ec4ae to your computer and use it in GitHub Desktop.
promt with image
{ "model": "gpt-4-vision-preview", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "%promt%" }, { "type": "image_url", "image_url": { "url": "%img_url%" } } ] } ], "max_tokens": 300 }
https://makerspace.experimenta.science/wp-content/uploads/2024/01/20221217_131925-scaled.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment