Skip to content

Commit 5242166

Browse files
committed
fix(SmartScraper): pass llm_model to ParseNode
1 parent b8ef937 commit 5242166

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scrapegraphai/graphs/smart_scraper_graph.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def _create_graph(self) -> BaseGraph:
7474
input="doc",
7575
output=["parsed_doc"],
7676
node_config={
77+
"llm_model": self.llm_model,
7778
"chunk_size": self.model_token
7879
}
7980
)

0 commit comments

Comments
 (0)