Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing issue #362 #364

Merged
merged 7 commits into from
Dec 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Vertex AI link
Giom-V committed Dec 17, 2024
commit 222a55fb050ed3a4243e5949d010bad5a36efe56
6 changes: 5 additions & 1 deletion gemini-2/get_started.ipynb
Original file line number Diff line number Diff line change
@@ -147,7 +147,7 @@
"source": [
"### Initialize SDK client\n",
"\n",
"With the new SDK you now only need to initialize a client with you API key (or OAuth if using [Vertex AI](https://link_to_vertex_AI)). The model is now set in each call."
"With the new SDK you now only need to initialize a client with you API key (or OAuth if using [Vertex AI](https://cloud.google.com/vertex-ai)). The model is now set in each call."
]
},
{
@@ -2238,6 +2238,10 @@
"kernelspec": {
"display_name": "Python 3",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.12.2"
}
},
"nbformat": 4,
2 changes: 1 addition & 1 deletion gemini-2/spatial_understanding_3d.ipynb
Original file line number Diff line number Diff line change
@@ -155,7 +155,7 @@
"source": [
"### Initialize SDK client\n",
"\n",
"With the new SDK you now only need to initialize a client with you API key (or OAuth if using [Vertex AI](https://link_to_vertex_AI)). The model is now set in each call."
"With the new SDK you now only need to initialize a client with you API key (or OAuth if using [Vertex AI](https://cloud.google.com/vertex-ai)). The model is now set in each call."
]
},
{