Skip to content

Commit 5dda3b6

Browse files
committed
Update model configuration and Python version in evaluation notebook
Signed-off-by: Andre Bossard <anbossar@microsoft.com>
1 parent 6b8b345 commit 5dda3b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

notebooks/01_evaluation_and_tuning.ipynb

Lines changed: 3 additions & 3 deletions
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 = \"lm_studio/qwen/qwen3-vl-4b\"\n",
132+
"MODEL = \"github_copilot/gpt-5.1\"\n",
133133
"configure_dspy(MODEL)\n",
134134
"print(f\"\\n✅ Konfiguriert: {MODEL}\")\n"
135135
]
@@ -815,7 +815,7 @@
815815
],
816816
"metadata": {
817817
"kernelspec": {
818-
"display_name": ".venv (3.13.12)",
818+
"display_name": ".venv (3.14.3)",
819819
"language": "python",
820820
"name": "python3"
821821
},
@@ -829,7 +829,7 @@
829829
"name": "python",
830830
"nbconvert_exporter": "python",
831831
"pygments_lexer": "ipython3",
832-
"version": "3.13.12"
832+
"version": "3.14.3"
833833
}
834834
},
835835
"nbformat": 4,

0 commit comments

Comments
 (0)