Skip to content

Commit

Permalink
docs: fix typo (#827)
Browse files Browse the repository at this point in the history
Co-authored-by: John Octubre <[email protected]>
  • Loading branch information
johnoct and John Octubre authored Nov 7, 2023
1 parent 90a3037 commit 3b385db
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -6,7 +6,7 @@
"source": [
"# Processing and narrating a video with GPT's visual capabilities and the TTS API\n",
"\n",
"This notebook demonstrates how to use GPT's visual capabilities with a video. GPT-4 doesn't take videos as input directly, but we can use vision and the new 128K context widnow to describe the static frames of a whole video at once. We'll walk through two examples:\n",
"This notebook demonstrates how to use GPT's visual capabilities with a video. GPT-4 doesn't take videos as input directly, but we can use vision and the new 128K context window to describe the static frames of a whole video at once. We'll walk through two examples:\n",
"\n",
"1. Using GPT-4 to get a description of a video\n",
"2. Generating a voiceover for a video with GPT-4 and the TTS API\n"
Expand Down

0 comments on commit 3b385db

Please sign in to comment.