Skip to content

Commit 6d018bc

Browse files
victorm-lcDeveloper
authored andcommitted
chore(examples): update nvidia model (langchain-ai#1855)
1 parent 2e82014 commit 6d018bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/nvidia_deep_agent/src/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Context(TypedDict, total=False):
5151
# Subagents: NVIDIA Nemotron Super via NIM
5252
# Fast, efficient OSS model for research, data analysis, and optimization tasks.
5353
nemotron_super = ChatNVIDIA(
54-
model="private/nvidia/nemotron-3-super-120b-a12b"
54+
model="nvidia/nemotron-3-super-120b-a12b"
5555
)
5656

5757
# --- Tools ---

0 commit comments

Comments
 (0)