mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-25 21:11:11 +08:00
removed llm req
This commit is contained in:
parent
f1bada175c
commit
cd405e4202
@ -28,12 +28,11 @@ class ParseHTMLNode(BaseNode):
|
||||
the specified tags, if provided, and updates the state with the parsed content.
|
||||
"""
|
||||
|
||||
def __init__(self, llm, node_name="ParseHTMLNode"):
|
||||
def __init__(self, node_name="ParseHTMLNode"):
|
||||
"""
|
||||
Initializes the ParseHTMLNode with a node name.
|
||||
"""
|
||||
super().__init__(node_name, "parseHTML")
|
||||
self.llm = llm
|
||||
|
||||
def execute(self, state):
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user