Skip to content

Commit ef470b5

Browse files
Update prompt-optimization-cookbook.ipynb with formatting improvements (#2027)
1 parent 441b38f commit ef470b5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"id": "f066a2db",
2626
"metadata": {},
2727
"source": [
28-
"## Migrating and Optimizing Prompts\n",
28+
"### Migrating and Optimizing Prompts\n",
2929
"\n",
3030
"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",
3131
"\n",
@@ -845,7 +845,7 @@
845845
},
846846
{
847847
"cell_type": "code",
848-
"execution_count": 11,
848+
"execution_count": 1,
849849
"id": "c20097e6",
850850
"metadata": {},
851851
"outputs": [
@@ -959,7 +959,7 @@
959959
"id": "ebd5453b",
960960
"metadata": {},
961961
"source": [
962-
"## Conclusion\n",
962+
"### Conclusion\n",
963963
"\n",
964964
"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",
965965
"\n",
@@ -970,9 +970,9 @@
970970
],
971971
"metadata": {
972972
"kernelspec": {
973-
"display_name": "Python 3.12 (jupyter)",
973+
"display_name": "Python 3",
974974
"language": "python",
975-
"name": "jupyter-py312"
975+
"name": "python3"
976976
},
977977
"language_info": {
978978
"codemirror_mode": {
@@ -984,7 +984,7 @@
984984
"name": "python",
985985
"nbconvert_exporter": "python",
986986
"pygments_lexer": "ipython3",
987-
"version": "3.12.10"
987+
"version": "3.11.13"
988988
}
989989
},
990990
"nbformat": 4,

0 commit comments

Comments
 (0)