From 87c02a1aff9d0317352706a8b9e78e689db39ac1 Mon Sep 17 00:00:00 2001 From: vgrfl <160399249+vgrfl@users.noreply.github.com> Date: Thu, 3 Apr 2025 18:34:29 +0530 Subject: [PATCH] docs: Fixed a typo in 'Google AI vs Google Cloud Vertex AI' section (#30642) **Description:** Corrected 'encription' spelling to 'encryption' --- docs/docs/integrations/chat/google_generative_ai.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/chat/google_generative_ai.ipynb b/docs/docs/integrations/chat/google_generative_ai.ipynb index f05abef2a14..8f9979bd75a 100644 --- a/docs/docs/integrations/chat/google_generative_ai.ipynb +++ b/docs/docs/integrations/chat/google_generative_ai.ipynb @@ -23,7 +23,7 @@ "\n", ":::info Google AI vs Google Cloud Vertex AI\n", "\n", - "Google's Gemini models are accessible through Google AI and through Google Cloud Vertex AI. Using Google AI just requires a Google account and an API key. Using Google Cloud Vertex AI requires a Google Cloud account (with term agreements and billing) but offers enterprise features like customer encription key, virtual private cloud, and more.\n", + "Google's Gemini models are accessible through Google AI and through Google Cloud Vertex AI. Using Google AI just requires a Google account and an API key. Using Google Cloud Vertex AI requires a Google Cloud account (with term agreements and billing) but offers enterprise features like customer encryption key, virtual private cloud, and more.\n", "\n", "To learn more about the key features of the two APIs see the [Google docs](https://cloud.google.com/vertex-ai/generative-ai/docs/migrate/migrate-google-ai#google-ai).\n", "\n",