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 aea8643 commit 7ad3e48Copy full SHA for 7ad3e48
genai/count_tokens/counttoken_with_txt_img_vid.py
@@ -39,8 +39,8 @@ def count_tokens() -> int:
39
# Example output:
40
# total_tokens=10 cached_content_token_count=None
41
42
- # [END googlegenaisdk_counttoken_with_txt_img_vid]
43
- # [END googlegenaisdk_count_tokens_with_txt_vid]
+ # [END googlegenaisdk_counttoken_with_txt_vid]
+ # [END googlegenaisdk_count_tokens_with_txt_img_vid]
44
return response.total_tokens
45
46
0 commit comments