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 cea667e commit 2005923Copy full SHA for 2005923
samples/count_tokens.py
@@ -64,7 +64,7 @@ def test_tokens_multimodal_video_audio_file_api(self):
64
model = genai.GenerativeModel("models/gemini-1.5-flash")
65
audio_upload = genai.upload_file(media / "sample.mp3")
66
print(model.count_tokens(audio_upload))
67
- # [END tokens_video_audio_file_api]
+ # [END tokens_multimodal_video_audio_file_api]
68
69
def test_tokens_cached_content(self):
70
# [START tokens_cached_content]
0 commit comments