We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8b345 commit 5dda3b6Copy full SHA for 5dda3b6
1 file changed
notebooks/01_evaluation_and_tuning.ipynb
@@ -129,7 +129,7 @@
129
" print(f\" • {m}\")\n",
130
"\n",
131
"# Modell wählen (ändere den String um ein anderes zu nutzen)\n",
132
- "MODEL = \"lm_studio/qwen/qwen3-vl-4b\"\n",
+ "MODEL = \"github_copilot/gpt-5.1\"\n",
133
"configure_dspy(MODEL)\n",
134
"print(f\"\\n✅ Konfiguriert: {MODEL}\")\n"
135
]
@@ -815,7 +815,7 @@
815
],
816
"metadata": {
817
"kernelspec": {
818
- "display_name": ".venv (3.13.12)",
+ "display_name": ".venv (3.14.3)",
819
"language": "python",
820
"name": "python3"
821
},
@@ -829,7 +829,7 @@
829
"name": "python",
830
"nbconvert_exporter": "python",
831
"pygments_lexer": "ipython3",
832
- "version": "3.13.12"
+ "version": "3.14.3"
833
}
834
835
"nbformat": 4,
0 commit comments