We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da3b13 commit 064f14dCopy full SHA for 064f14d
examples/graph_examples/smart_scraper_example.py
@@ -17,7 +17,7 @@
17
18
# Define URL and PROMPT
19
URL = "https://perinim.github.io/projects/"
20
-PROMPT = "List me all the titles and project descriptions and give me an audio"
+PROMPT = "List me all the titles and project descriptions"
21
22
# Create the SmartScraperGraph instance
23
smart_scraper_graph = SmartScraperGraph(PROMPT, URL, llm_config)
0 commit comments