Skip to content

Commit 9415675

Browse files
committed
Update abstract_graph.py
1 parent 4039793 commit 9415675

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scrapegraphai/graphs/abstract_graph.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def __init__(self, prompt: str, config: dict, source: Optional[str] = None):
4444
self.source = source
4545
self.config = config
4646
self.llm_model = self._create_llm(config["llm"], chat=True)
47-
print(config["embeddings"])
4847
self.embedder_model = self._create_default_embedder(llm_config=config["llm"]
4948
) if "embeddings" not in config else self._create_embedder(
5049
config["embeddings"])

0 commit comments

Comments
 (0)