Skip to content

Commit c362d07

Browse files
authored
Change chosen model index in API notebook
1 parent beb8f7e commit c362d07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

3-API_NBs/3-3-NRP_VLLM_API.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
"source": [
282282
"# Pick a model from the list above — replace this string with one of the names printed above\n",
283283
"# A Llama or Qwen 8B model is a good starting point: fast and capable\n",
284-
"chosen_model = available_models.data[0].id\n",
284+
"chosen_model = available_models.data[8].id\n",
285285
"\n",
286286
"print(\"Using model:\", chosen_model)"
287287
]

0 commit comments

Comments
 (0)