Skip to content

Commit 8ca510f

Browse files
committed
Update model selection to use "github_copilot/gpt-5-mini" in evaluation and optimization notebooks
1 parent ce69985 commit 8ca510f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

notebooks/01_evaluation_and_tuning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
" print(f\" • {m}\")\n",
130130
"\n",
131131
"# Modell wählen (ändere den String um ein anderes zu nutzen)\n",
132-
"MODEL = \"github_copilot/gpt-5.1\"\n",
132+
"MODEL = \"github_copilot/gpt-5-mini\"\n",
133133
"configure_dspy(MODEL)\n",
134134
"print(f\"\\n✅ Konfiguriert: {MODEL}\")\n"
135135
]

notebooks/02_optimization.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
" print(f\" • {m}\")\n",
5252
"\n",
5353
"# Modell wählen (ändere den String um ein anderes zu nutzen)\n",
54-
"MODEL = \"github_copilot/gpt-5.1\"\n",
54+
"MODEL = \"github_copilot/gpt-5-mini\"\n",
5555
"configure_dspy(MODEL)\n",
5656
"print(f\"\\n✅ Konfiguriert: {MODEL}\")"
5757
]

0 commit comments

Comments
 (0)