Skip to content

Commit 488821a

Browse files
committed
Update smart_scraper_openai.py
1 parent f20c60a commit 488821a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/openai/smart_scraper_openai.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
# ************************************************
2929

3030
smart_scraper_graph = SmartScraperGraph(
31-
prompt="List me what does the company do, the name and a contact email.",
32-
source="https://scrapegraphai.com/",
31+
prompt="Extract me all the articles",
32+
source="https://www.wired.com",
3333
config=graph_config
3434
)
3535

0 commit comments

Comments
 (0)