Skip to content

Commit

Permalink
Update spark_langchain.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmiro authored Aug 21, 2024
1 parent 0d18ce8 commit 7beb376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ipynb/spark_langchain.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
},
"outputs": [],
"source": [
"llm = GoogleGenerativeAI(model=\"gemini-pro\", temperature=0.0, google_api_key=api_key)"
"llm = GoogleGenerativeAI(model=\"gemini-1.5-pro\", temperature=0.0, google_api_key=api_key)"
]
},
{
Expand Down

0 comments on commit 7beb376

Please sign in to comment.