We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb8f7e commit c362d07Copy full SHA for c362d07
1 file changed
3-API_NBs/3-3-NRP_VLLM_API.ipynb
@@ -281,7 +281,7 @@
281
"source": [
282
"# Pick a model from the list above — replace this string with one of the names printed above\n",
283
"# A Llama or Qwen 8B model is a good starting point: fast and capable\n",
284
- "chosen_model = available_models.data[0].id\n",
+ "chosen_model = available_models.data[8].id\n",
285
"\n",
286
"print(\"Using model:\", chosen_model)"
287
]
0 commit comments