Skip to content

Commit 719ce2a

Browse files
committed
fix: region tag mismatch
1 parent 89bc724 commit 719ce2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai/content_cache/contentcache_use_with_txt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def generate_content(cache_name: str) -> str:
3333
# Example response
3434
# The Gemini family of multimodal models from Google DeepMind demonstrates remarkable capabilities across various
3535
# modalities, including image, audio, video, and text....
36-
# [END googlegenaisdk_contentcache_usage_with_txt]
36+
# [END googlegenaisdk_contentcache_use_with_txt]
3737
return response.text
3838

3939

0 commit comments

Comments
 (0)