From 8662ad16cdded539fc6990f474e4a8cfd8b58323 Mon Sep 17 00:00:00 2001 From: Logan Kilpatrick Date: Fri, 13 Dec 2024 14:43:55 -0600 Subject: [PATCH] Update live_api_starter.ipynb (#349) --- gemini-2/live_api_starter.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemini-2/live_api_starter.ipynb b/gemini-2/live_api_starter.ipynb index 30a69b093..351fb2981 100644 --- a/gemini-2/live_api_starter.ipynb +++ b/gemini-2/live_api_starter.ipynb @@ -86,7 +86,7 @@ "source": [ "### Install SDK\n", "\n", - "The new **[Google Gen AI SDK](https://ai.google.dev/gemini-api/docs/sdks)** provides programmatic access to Gemini 2.0 (and previous models) using both the [Google AI for Developers](https://ai.google.dev/gemini-api/docs) and [Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/overview) APIs. With a few exceptions, code that runs on one platform will run on both. This means that you can prototype an application using the Developer API and then migrate the application to Vertex AI without rewriting your code.\n", + "The new **[Google Gen AI SDK](https://ai.google.dev/gemini-api/docs/sdks)** provides programmatic access to Gemini 2.0 (and previous models) using both the [Google AI for Developers](https://ai.google.dev/gemini-api/docs) and [Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/overview) APIs. With a few exceptions, code that runs on one platform will run on both.\n", "\n", "More details about this new SDK on the [documentation](https://ai.google.dev/gemini-api/docs/sdks) or in the [Getting started](../gemini-2/get_started.ipynb) notebook." ]