Skip to content

Commit 4ef1564

Browse files
committed
Update smart_scraper_gemini.py
1 parent 06c173d commit 4ef1564

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/gemini/smart_scraper_gemini.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
# Define the configuration for the graph
1313
# ************************************************
1414

15-
openai_key = os.getenv("OPENAI_APIKEY")
15+
gemini_key = os.getenv("GOOGLE_APIKEY")
1616

1717
graph_config = {
1818
"llm": {
19-
"api_key": openai_key,
19+
"api_key": gemini_key,
2020
"model": "gpt-3.5-turbo",
2121
},
2222
}

0 commit comments

Comments
 (0)