Skip to content

Commit df71543

Browse files
docs: remove leftover TODO comments from getting started notebooks (#5514)
## Summary - Remove dead `# TODO remove` comment and commented-out `openai/gpt-4o` model_id from `docs/getting_started.ipynb` (leftover from development) - Remove stale `# TODO: update this with a vision model` comment from `docs/getting_started_llama_api.ipynb` (already using current Llama 4 model) Small cleanup to keep the notebooks clean for new users.
1 parent 09255c4 commit df71543

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

docs/getting_started.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -779,8 +779,6 @@
779779
],
780780
"source": [
781781
"model_id = \"together/meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8\"\n",
782-
"# TODO remove\n",
783-
"# model_id = \"openai/gpt-4o\"\n",
784782
"\n",
785783
"response = client.chat.completions.create(\n",
786784
" model=model_id,\n",

docs/getting_started_llama_api.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,6 @@
606606
}
607607
],
608608
"source": [
609-
"# TODO: update this with a vision model\n",
610609
"model_id = \"meta-llama/Llama-4-Maverick-17B-128E-Instruct\"\n",
611610
"\n",
612611
"response = client.chat.completions.create(\n",

0 commit comments

Comments
 (0)