Skip to content

Commit ea9a365

Browse files
committed
gpt-5-codex-prompting
1 parent 3ca71de commit ea9a365

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/gpt-5-codex_prompting_guide.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
"metadata": {},
77
"source": [
88
"## GPT-5-Codex Prompting Guide\n",
9-
"Important details about `GPT-5-Codex`:\n",
9+
"Important details about `GPT-5-Codex` and this guide:\n",
1010
"- This model is not a drop-in replacement for GPT-5, as it requires significantly different prompting.\n",
1111
"- This model is only supported with the Responses API and does not support the verbosity parameter.\n",
12+
"- This guide is meant for API users of `GPT-5-Codex` and creating developer prompts, not for Codex users, if you are a Codex user refer to this [prompting guide](https://developers.openai.com/codex/prompting)\n",
1213
"\n",
1314
"`GPT-5-Codex` is a new version of GPT‑5 further optimized for agentic and interactive coding tasks. GPT‑5-Codex was trained with a focus on real-world software engineering work; it’s equally proficient at quick, interactive sessions and at independently powering through long, complex tasks. The model builds on GPT-5’s strong coding abilities with additional improvements such as:\n",
1415
"- **Improved steerability:** `GPT-5-Codex` delivers higher-quality code on complex engineering tasks like features, tests, debugging, refactors, and reviews without lengthy instructions.\n",

0 commit comments

Comments
 (0)