Skip to content

Commit 9b0e627

Browse files
committed
changed source to text
1 parent 1ae7c6a commit 9b0e627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/openai/pdf_scraper_openai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
pdf_scraper_graph = PDFScraperGraph(
3434
prompt="Summarize the text and find the main topics",
35-
source="Laureaconanniaccademici.pdf",
35+
source=source,
3636
config=graph_config,
3737
)
3838
result = pdf_scraper_graph.run()

0 commit comments

Comments
 (0)