From 7e3c04403ea102c6ecd00d7827366dac9ddce19c Mon Sep 17 00:00:00 2001 From: Corwin Date: Tue, 12 Aug 2025 10:51:55 -0700 Subject: [PATCH] fix --- examples/gpt-5/prompt-optimization-cookbook.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gpt-5/prompt-optimization-cookbook.ipynb b/examples/gpt-5/prompt-optimization-cookbook.ipynb index d64a5ce568..c19c215ba9 100644 --- a/examples/gpt-5/prompt-optimization-cookbook.ipynb +++ b/examples/gpt-5/prompt-optimization-cookbook.ipynb @@ -254,7 +254,7 @@ "id": "56da7b3f", "metadata": {}, "source": [ - "Now let's use the prompt optimization tool in the console to improve our prompt and then review the results. We can start by going to the [OpenAI Optimize Playground](#https://platform.openai.com/chat/edit?optimize=true), and pasting our existing prompt in the Developer Message section.\n", + "Now let's use the prompt optimization tool in the console to improve our prompt and then review the results. We can start by going to the [OpenAI Optimize Playground](https://platform.openai.com/chat/edit?optimize=true), and pasting our existing prompt in the Developer Message section.\n", "\n", "From there press the **Optimize** button. This will open the optimization panel. At this stage, you can either provide specific edits you'd like to see reflected in the prompt or simply press **Optimize** to have it refined according to best practices for the target model and task. To start let's do just this.\n", "\n",