Skip to content

Commit 7da367e

Browse files
Update prompt-optimization-cookbook.ipynb to enhance clarity and form… (#2052)
1 parent f02e1dc commit 7da367e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@
1515
"source": [
1616
"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",
1717
"\n",
18-
"GPT-5 will benefit from all the traditional prompting best practices, and to help you construct the best prompt we are introducing a [Prompting Guide for GPT-5](https://cookbook.openai.com/examples/gpt-5/gpt-5_prompting_guide) explaining how to make the most of its state-of-the-art capabilities. Alongside that, we are introducing a [GPT-5 Specific 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",
18+
"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-
"In this cookbook we will go through how you can get spun up quickly to solve your task with GPT-5. We will share results of measurable improvements on common tasks and walk you through how you can use the Prompt Optimizer to do the same."
20+
"![optimize_image](../../images/image_optimize_landing_2.png)\n",
21+
"\n",
22+
"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. "
2123
]
2224
},
2325
{

images/image_optimize_landing.png

215 KB
Loading

images/image_optimize_landing_2.png

628 KB
Loading

0 commit comments

Comments
 (0)