Skip to content

Commit 5ec692e

Browse files
committed
refactor: remove unused tag from GetMediaTokenCount.java
1 parent 17b2180 commit 5ec692e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

vertexai/snippets/src/main/java/vertexai/gemini/GetMediaTokenCount.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
package vertexai.gemini;
1818

19-
// [START generativeaionvertexai_gemini_token_count_advanced]
2019
import com.google.cloud.vertexai.VertexAI;
2120
import com.google.cloud.vertexai.api.Content;
2221
import com.google.cloud.vertexai.api.CountTokensResponse;
@@ -58,4 +57,3 @@ public static int getMediaTokenCount(String projectId, String location, String m
5857
}
5958
}
6059
}
61-
// [END generativeaionvertexai_gemini_token_count_advanced]

0 commit comments

Comments
 (0)