diff --git a/examples/gpt-5/prompt-optimization-cookbook.ipynb b/examples/gpt-5/prompt-optimization-cookbook.ipynb index 5968907466..d423fb9fc2 100644 --- a/examples/gpt-5/prompt-optimization-cookbook.ipynb +++ b/examples/gpt-5/prompt-optimization-cookbook.ipynb @@ -15,12 +15,9 @@ "source": [ "The GPT-5 Family of models are the smartest models we’ve released to date, representing a step change in the models’ capabilities across the board. GPT-5 is particularly specialized in agentic task performance, coding, and steerability, making it a great fit for everyone from curious users to advanced researchers. \n", "\n", - "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", + "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", "\n", - "\n", + "![Prompt Optimizer demo](../../images/prompt-optimizer-3-22s.gif)\n", "\n", "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. " ] diff --git a/images/image_optimize_landing.png b/images/image_optimize_landing.png deleted file mode 100644 index 21e94b2b2a..0000000000 Binary files a/images/image_optimize_landing.png and /dev/null differ diff --git a/images/image_optimize_landing_2.png b/images/image_optimize_landing_2.png deleted file mode 100644 index aa3bbc7012..0000000000 Binary files a/images/image_optimize_landing_2.png and /dev/null differ diff --git a/images/prompt-optimizer-3-22s.gif b/images/prompt-optimizer-3-22s.gif new file mode 100644 index 0000000000..a56c71194e Binary files /dev/null and b/images/prompt-optimizer-3-22s.gif differ diff --git a/images/prompt-optimizer-3-22s.mp4 b/images/prompt-optimizer-3-22s.mp4 deleted file mode 100644 index 5c89e0aad6..0000000000 Binary files a/images/prompt-optimizer-3-22s.mp4 and /dev/null differ