Skip to content

Commit 1d75c44

Browse files
fix(genai): fix example response to match model response (#13148)
1 parent 0a9f8d9 commit 1d75c44

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

genai/text_generation/textgen_with_youtube_video.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ def generate_content() -> str:
3939

4040
print(response.text)
4141
# Example response:
42-
# Lunchtime Level Up: Easy & Delicious Meal Prep
43-
# We all know the struggle: you're rushing in the morning, and lunch is the
44-
# last thing on your mind...
42+
# Here's a short blog post based on the video provided:
43+
#
44+
# **Google Turns 25: A Quarter Century of Search!**
45+
# ...
4546

4647
# [END googlegenaisdk_textgen_with_youtube_video]
4748
return response.text

0 commit comments

Comments
 (0)