Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created February 5, 2024 05:17
Show Gist options
  • Save skydoves/8695ed02ac9b0e50c1a99c9591284988 to your computer and use it in GitHub Desktop.
Save skydoves/8695ed02ac9b0e50c1a99c9591284988 to your computer and use it in GitHub Desktop.
photo_reasoning
val content = content {
image(bitmap)
text(prompt)
}
val response = generativeModel.generateContent(content)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment