Skip to content

Commit

Permalink
Update smart_scraper_openai.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VinciGit00 committed Oct 16, 2024
1 parent f20c60a commit 488821a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/openai/smart_scraper_openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
# ************************************************

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

Expand Down

0 comments on commit 488821a

Please sign in to comment.