Skip to content

Commit 54e8216

Browse files
committed
fix: fixed typo
1 parent 8f2c8d5 commit 54e8216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/oneapi/smart_scraper_schema_oneapi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Basic example of scraping pipeline using SmartScraper
2+
Basic example of scraping pipeline using SmartScraper and OneAPI
33
"""
44

55
from scrapegraphai.graphs import SmartScraperGraph
@@ -46,7 +46,7 @@
4646
# ************************************************
4747

4848
smart_scraper_graph = SmartScraperGraph(
49-
prompt="该网站为XXXXX,请提取出标题、发布时间、发布来源以及内容摘要,并以中文回答",
49+
prompt="该网站为XXXXX,请提取出标题、发布时间、发布来源以及内容摘要,并以中文回答",
5050
# 也可以使用已下载的 HTML 代码的字符串
5151
source="http://XXXX",
5252
schema=schema,

0 commit comments

Comments
 (0)