Skip to content

Updating vision cookbook to 4.1 #1783

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 23, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
quick push
  • Loading branch information
rzhao-openai committed Apr 23, 2025
commit 0ffa932ce5fd290b0857b5c1b8f260e7139c6d7b
2 changes: 1 addition & 1 deletion examples/GPT_with_vision_for_video_understanding.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Processing and narrating a video with GPT-4.1-mini's visual capabilities and the new GPT-4o TTS API\n",
"# Processing and narrating a video with GPT-4.1-mini's visual capabilities and GPT-4o TTS API\n",
"\n",
"This notebook demonstrates how to use GPT's visual capabilities with a video. Although GPT-4.1-mini doesn't take videos as input directly, we can use vision and the 1M token context window to describe the static frames of a whole video at once. We'll walk through two examples:\n",
"\n",
Expand Down