Skip to content

Commit

Permalink
Update SDK client initialization links in documentation with proper V…
Browse files Browse the repository at this point in the history
…ertex AI links (#409)

Co-authored-by: Mark McDonald <[email protected]>
  • Loading branch information
iamarunbrahma and markmcd authored Jan 22, 2025
1 parent 34f9edd commit 58ef4ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gemini-2/search_tool_for_research_report.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,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."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion gemini-2/thinking.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,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.\n",
"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.\n",
"\n",
"You are going to use a flag named `thoughts` to differentiate between the thoughts and the answer, and since the model is experimental, the flag is only available with the `v1alpha` version of the API. Everything else should work fine with the usual APIs."
]
Expand Down
2 changes: 1 addition & 1 deletion gemini-2/video_understanding.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,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."
]
},
{
Expand Down

0 comments on commit 58ef4ee

Please sign in to comment.