From 351eb7497313ccb629b4ecf3f367f7508401d17c Mon Sep 17 00:00:00 2001 From: rajpathak-openai Date: Thu, 7 Aug 2025 19:22:26 -0400 Subject: [PATCH] Update prompt-optimization-cookbook.ipynb with formatting improvements --- examples/gpt-5/prompt-optimization-cookbook.ipynb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/gpt-5/prompt-optimization-cookbook.ipynb b/examples/gpt-5/prompt-optimization-cookbook.ipynb index 4709740e17..d64a5ce568 100644 --- a/examples/gpt-5/prompt-optimization-cookbook.ipynb +++ b/examples/gpt-5/prompt-optimization-cookbook.ipynb @@ -25,7 +25,7 @@ "id": "f066a2db", "metadata": {}, "source": [ - "## Migrating and Optimizing Prompts\n", + "### Migrating and Optimizing Prompts\n", "\n", "Crafting effective prompts is a critical skill when working with LLMs. The goal of the Prompt Optimizer is to give your prompt the best practices and formatting most effective for our models. The Optimizer also removes common prompting failure modes such as: \n", "\n", @@ -845,7 +845,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 1, "id": "c20097e6", "metadata": {}, "outputs": [ @@ -959,7 +959,7 @@ "id": "ebd5453b", "metadata": {}, "source": [ - "## Conclusion\n", + "### Conclusion\n", "\n", "We’re excited for everyone to try **Prompt Optimization for GPT-5** in the OpenAI Playground. GPT-5 brings state-of-the-art intelligence, and a strong prompt helps it reason more reliably, follow constraints, and produce cleaner, higher quality results.\n", "\n", @@ -970,9 +970,9 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3.12 (jupyter)", + "display_name": "Python 3", "language": "python", - "name": "jupyter-py312" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -984,7 +984,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.10" + "version": "3.11.13" } }, "nbformat": 4,