Skip to content

Commit 064f14d

Browse files
committed
fixed a typo
1 parent 8da3b13 commit 064f14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/graph_examples/smart_scraper_example.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Define URL and PROMPT
1919
URL = "https://perinim.github.io/projects/"
20-
PROMPT = "List me all the titles and project descriptions and give me an audio"
20+
PROMPT = "List me all the titles and project descriptions"
2121

2222
# Create the SmartScraperGraph instance
2323
smart_scraper_graph = SmartScraperGraph(PROMPT, URL, llm_config)

0 commit comments

Comments
 (0)