Skip to content

Commit f10a44a

Browse files
committed
Resolved key error "llm" -> "llm_model"
1 parent 3ae2ea1 commit f10a44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/single_node/robot_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
robots_node = RobotsNode(
2727
input="url",
2828
output=["is_scrapable"],
29-
node_config={"llm": llm_model,
29+
node_config={"llm_model": llm_model,
3030
"headless": False
3131
}
3232
)

0 commit comments

Comments
 (0)