Skip to content

Commit

Permalink
Update Video.ipynb (#136)
Browse files Browse the repository at this point in the history
Make quick fix to video
  • Loading branch information
TYMichaelChen authored May 14, 2024
1 parent d02da75 commit 02c1720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstarts/Video.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
"\n",
"# Make the LLM request.\n",
"print(\"Making LLM inference request...\")\n",
"response = model.generate_content([video_file, prompt],\n",
"response = model.generate_content([prompt, video_file],\n",
" request_options={\"timeout\": 600})\n",
"print(response.text)"
]
Expand Down

0 comments on commit 02c1720

Please sign in to comment.