Skip to content

Commit

Permalink
Rename file to resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoughtseize1 committed Sep 20, 2024
1 parent 3d7d437 commit 7900fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generative_ai/token_count/token_count_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import api_example
import local_sdk_example
import multimodal_example
import multimodal_token_count_example
import simple_example


Expand All @@ -28,6 +28,6 @@ def test_gemini_count_token_example() -> None:
assert response
assert response.usage_metadata

response = multimodal_example.count_tokens_multimodal()
response = multimodal_token_count_example.count_tokens_multimodal()
assert response
assert response.usage_metadata

0 comments on commit 7900fcb

Please sign in to comment.