Skip to content

Commit 30d1d6d

Browse files
Replace static image with video in prompt-optimization-cookbook.ipynb… (#2054)
1 parent a8d1bbd commit 30d1d6d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

examples/gpt-5/prompt-optimization-cookbook.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
"\n",
1818
"GPT-5 will benefit from all the traditional [prompting best practices](https://cookbook.openai.com/examples/gpt-5/gpt-5_prompting_guide), but to make optimizations and migrations easier, we are introducing the **[GPT-5 Prompt Optimizer](https://platform.openai.com/chat/edit?optimize=true) in our Playground to help users get started on **improving existing prompts** and **migrating prompts** for GPT-5 and other OpenAI models.**\n",
1919
"\n",
20-
"![optimize_image](../../images/image_optimize_landing_2.png)\n",
20+
"<video controls width=\"720\" preload=\"metadata\" autoplay loop muted playsinline>\n",
21+
" <source src=\"../../images/prompt-optimizer-3-22s.mp4\" type=\"video/mp4\">\n",
22+
" Your browser does not support the video tag.\n",
23+
"</video>\n",
2124
"\n",
2225
"In this cookbook we will show you how to use the Prompt Optimzer to get spun up quickly to solve your tasks with GPT-5, while demonstrating how prompt optimize can have measurable improvements. "
2326
]

images/prompt-optimizer-3-22s.mp4

2.58 MB
Binary file not shown.

0 commit comments

Comments
 (0)