Skip to content

Commit 3016340

Browse files
committed
update response formatting for video examples
1 parent c1878df commit 3016340

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/en/gemini-api/docs/vision.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@
694694
" request_options={\"timeout\": 600})\n",
695695
"\n",
696696
"# Print the response, rendering any Markdown\n",
697-
"Markdown(\">\" + response.text)"
697+
"Markdown(response.text)"
698698
]
699699
},
700700
{
@@ -726,7 +726,7 @@
726726
"print(\"Making LLM inference request...\")\n",
727727
"response = model.generate_content([prompt, video_file],\n",
728728
" request_options={\"timeout\": 600})\n",
729-
"Markdown(\">\" + response.text)"
729+
"Markdown(response.text)"
730730
]
731731
},
732732
{
@@ -762,7 +762,7 @@
762762
"print(\"Making LLM inference request...\")\n",
763763
"response = model.generate_content([video_file, prompt],\n",
764764
" request_options={\"timeout\": 600})\n",
765-
"Markdown(\">\" + response.text)"
765+
"Markdown(esponse.text)"
766766
]
767767
},
768768
{

0 commit comments

Comments
 (0)