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 0a9f8d9 commit 1d75c44Copy full SHA for 1d75c44
genai/text_generation/textgen_with_youtube_video.py
@@ -39,9 +39,10 @@ def generate_content() -> str:
39
40
print(response.text)
41
# 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...
+ # Here's a short blog post based on the video provided:
+ #
+ # **Google Turns 25: A Quarter Century of Search!**
45
+ # ...
46
47
# [END googlegenaisdk_textgen_with_youtube_video]
48
return response.text
0 commit comments