Skip to content

Commit 1ee7640

Browse files
authored
Merge pull request #992 from SamuelYiuSY/patch-2
fix: removed an extra space in TEMPLATE_CHUKS_CSV in generate_answer_node_…
2 parents 77d4432 + df24c39 commit 1ee7640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraphai/prompts/generate_answer_node_csv_prompts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44

55
TEMPLATE_CHUKS_CSV = """
6-
You are a scraper and you have just scraped the
6+
You are a scraper and you have just scraped the
77
following content from a csv.
88
You are now asked to answer a user question about the content you have scraped.\n
99
The csv is big so I am giving you one chunk at the time to be merged later with the other chunks.\n

0 commit comments

Comments
 (0)