Skip to content

Commit

Permalink
Fix bad end block tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rlazo committed Jun 24, 2024
1 parent 49125c2 commit 89e7232
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ suspend fun tokensMultimodalImageInline(context: Context) {

val (totalTokens) = generativeModel.countTokens(multiModalContent)
print(totalTokens)
// [START tokens_multimodal_image_inline]
// [END tokens_multimodal_image_inline]
}

0 comments on commit 89e7232

Please sign in to comment.