Skip to content

Commit caff63b

Browse files
authored
Merge pull request #524 from kkdai/typo-gemini-exam
2 parents 24e70d5 + a7264ce commit caff63b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/gemini/pdf_scraper_graph_gemini.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from dotenv import load_dotenv
77
from scrapegraphai.utils import prettify_exec_info
88
from scrapegraphai.graphs import PDFScraperGraph
9+
910
load_dotenv()
1011

1112

@@ -18,7 +19,7 @@
1819
graph_config = {
1920
"llm": {
2021
"api_key": gemini_key,
21-
"model": "gemini-pr",
22+
"model": "gemini-pro",
2223
},
2324
}
2425

0 commit comments

Comments
 (0)