From dabf011bf69464f2668abc847322dfeeeefa12f2 Mon Sep 17 00:00:00 2001 From: Anoop Kotha Date: Thu, 13 Nov 2025 09:33:39 -0800 Subject: [PATCH] add 1 liner --- examples/gpt-5-codex_prompting_guide.ipynb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/gpt-5-codex_prompting_guide.ipynb b/examples/gpt-5-codex_prompting_guide.ipynb index 32ebf9b71e..c8a7340889 100644 --- a/examples/gpt-5-codex_prompting_guide.ipynb +++ b/examples/gpt-5-codex_prompting_guide.ipynb @@ -6,6 +6,9 @@ "metadata": {}, "source": [ "## GPT-5-Codex Prompting Guide\n", + "\n", + "_This guide can also be used for `GPT-5.1-Codex` and `GPT-5.1-Codex-Mini`, we recommend to keep the same prompts and harness for `GPT-5.1-Codex` and `GPT-5.1-Codex-Mini` as `GPT-5-Codex`_\n", + "\n", "Important details about `GPT-5-Codex` and this guide:\n", "- This model is not a drop-in replacement for GPT-5, as it requires significantly different prompting.\n", "- This model is only supported with the Responses API and does not support the verbosity parameter.\n",