Skip to content

Commit 9279006

Browse files
committed
fix bad end tag
1 parent 2301392 commit 9279006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VertexAISnippets/VertexAISnippets/VertexAISnippets.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ class Snippets {
329329
let response = try await model.countTokens(image, "What's in this picture?")
330330
print("Total Tokens: \(response.totalTokens)")
331331
print("Total Billable Characters: \(response.totalBillableCharacters)")
332-
// [START count_tokens_text_image]
332+
// [END count_tokens_text_image]
333333
}
334334

335335
func countTokensMultiImage() async throws {

0 commit comments

Comments
 (0)