Merge pull request #524 from kkdai/typo-gemini-exam

This commit is contained in:
Marco Vinciguerra 2024-08-10 09:27:05 +02:00 committed by GitHub
commit caff63bdf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,7 @@ import os, json
from dotenv import load_dotenv
from scrapegraphai.utils import prettify_exec_info
from scrapegraphai.graphs import PDFScraperGraph
load_dotenv()
@ -18,7 +19,7 @@ gemini_key = os.getenv("GOOGLE_APIKEY")
graph_config = {
"llm": {
"api_key": gemini_key,
"model": "gemini-pr",
"model": "gemini-pro",
},
}