-
-
Save skydoves/8695ed02ac9b0e50c1a99c9591284988 to your computer and use it in GitHub Desktop.
photo_reasoning
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
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