Skip to content

Commit 8281508

Browse files
Update genai/count_tokens/count_tokens_with_txt.py
Co-authored-by: Sampath Kumar <[email protected]>
1 parent 82a5a5c commit 8281508

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

genai/count_tokens/count_tokens_with_txt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def count_tokens() -> int:
2424
contents="What's the highest mountain in Africa?",
2525
)
2626
print(response)
27-
2827
# Example output:
2928
# total_tokens=10
3029
# cached_content_token_count=None

0 commit comments

Comments
 (0)