Skip to content

Commit a5fd0e2

Browse files
update model intance to nano (#156)
1 parent 7e53572 commit a5fd0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/notebooks/1_Deep_Researcher_Web_Search.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
"\n",
342342
"# One LLM for all roles (orchestrator, planner, researcher)\n",
343343
"llm = ChatNVIDIA(\n",
344-
" model=\"nvidia/nemotron-3-super-120b-a12b\",\n",
344+
" model=\"nvidia/nemotron-3-nano-30b-a3b\",\n",
345345
" base_url=\"https://integrate.api.nvidia.com/v1\",\n",
346346
" temperature=1.0,\n",
347347
" top_p=1.0,\n",

0 commit comments

Comments
 (0)