mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-28 21:01:55 +08:00
fix(SmartScraper): pass llm_model to ParseNode
This commit is contained in:
parent
b8ef93738e
commit
5242166575
@ -74,6 +74,7 @@ class SmartScraperGraph(AbstractGraph):
|
||||
input="doc",
|
||||
output=["parsed_doc"],
|
||||
node_config={
|
||||
"llm_model": self.llm_model,
|
||||
"chunk_size": self.model_token
|
||||
}
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user