We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2301392 commit 9279006Copy full SHA for 9279006
VertexAISnippets/VertexAISnippets/VertexAISnippets.swift
@@ -329,7 +329,7 @@ class Snippets {
329
let response = try await model.countTokens(image, "What's in this picture?")
330
print("Total Tokens: \(response.totalTokens)")
331
print("Total Billable Characters: \(response.totalBillableCharacters)")
332
- // [START count_tokens_text_image]
+ // [END count_tokens_text_image]
333
}
334
335
func countTokensMultiImage() async throws {
0 commit comments