Skip to content

Commit 2005923

Browse files
authored
Snippet name
1 parent cea667e commit 2005923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/count_tokens.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test_tokens_multimodal_video_audio_file_api(self):
6464
model = genai.GenerativeModel("models/gemini-1.5-flash")
6565
audio_upload = genai.upload_file(media / "sample.mp3")
6666
print(model.count_tokens(audio_upload))
67-
# [END tokens_video_audio_file_api]
67+
# [END tokens_multimodal_video_audio_file_api]
6868

6969
def test_tokens_cached_content(self):
7070
# [START tokens_cached_content]

0 commit comments

Comments
 (0)