Skip to content

Commit 9d9aebb

Browse files
committed
Update domain tuning notebook to use 'plan_execute' task and improve agent optimization examples. Change model to 'github_copilot/gpt-4o-mini' for faster performance. Enhance explanations for prompt optimization and MIPROv2. Adjust markdown formatting and update kernel specifications across notebooks.
1 parent 40191e2 commit 9d9aebb

1 file changed

Lines changed: 4 additions & 14 deletions

File tree

notebooks/03_domain_tuning.ipynb

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -98,20 +98,10 @@
9898
"display_prompt_diff(result.prompt_before, result.prompt_after)\n"
9999
]
100100
},
101-
{
102-
"cell_type": "markdown",
103-
"id": "6",
104-
"metadata": {},
105-
"source": [
106-
"## 5. Domain-Tuning → der Unterschied\n",
107-
"\n",
108-
"Jetzt lassen wir den Optimizer mit **deinen echten Ticket-Beispielen** trainieren. Gleiches Modell, gleiche Aufgabe — aber mit Domain-Wissen.\n"
109-
]
110-
},
111101
{
112102
"cell_type": "code",
113103
"execution_count": null,
114-
"id": "7",
104+
"id": "6",
115105
"metadata": {},
116106
"outputs": [],
117107
"source": [
@@ -125,7 +115,7 @@
125115
},
126116
{
127117
"cell_type": "markdown",
128-
"id": "8",
118+
"id": "7",
129119
"metadata": {},
130120
"source": [
131121
"## 6. Was du gerade gesehen hast\n",
@@ -147,7 +137,7 @@
147137
{
148138
"cell_type": "code",
149139
"execution_count": null,
150-
"id": "9",
140+
"id": "8",
151141
"metadata": {},
152142
"outputs": [],
153143
"source": [
@@ -159,7 +149,7 @@
159149
},
160150
{
161151
"cell_type": "markdown",
162-
"id": "10",
152+
"id": "9",
163153
"metadata": {},
164154
"source": [
165155
"## ⏭️ Weiter geht's!\n",

0 commit comments

Comments
 (0)