From 63d97977e233a45c421edb1248ed7b1057038cb1 Mon Sep 17 00:00:00 2001 From: Kyle O'Connell Date: Mon, 3 Jun 2024 12:01:44 -0400 Subject: [PATCH] fixed gen ai studio typo --- notebooks/GenAI/VertexAIStudioGCP.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/GenAI/VertexAIStudioGCP.ipynb b/notebooks/GenAI/VertexAIStudioGCP.ipynb index e35757d..8f436d6 100644 --- a/notebooks/GenAI/VertexAIStudioGCP.ipynb +++ b/notebooks/GenAI/VertexAIStudioGCP.ipynb @@ -17,7 +17,7 @@ "source": [ "## Overview\n", "\n", - "In research you often need to read several papers to understand new methods which can be very time consuming. In this tutorial we will use generative AI to summarize long documents but with the goal of perserving the most important information using Generative AI Studio's Article Summary model." + "In research you often need to read several papers to understand new methods which can be very time consuming. In this tutorial we will use generative AI to summarize long documents but with the goal of perserving the most important information using Vertex AI Studio's Article Summary model." ] }, { @@ -46,7 +46,7 @@ "### A note on costs\n", "\n", "This tutorial uses billable components of Google Cloud:\n", - "- Vertex AI Generative AI Studio\n", + "- Vertex AI Studio\n", "\n", "Learn about [Vertex AI pricing](https://cloud.google.com/vertex-ai/pricing), [Generative AI pricing](https://cloud.google.com/vertex-ai/pricing#generative_ai_models), and use the [Pricing Calculator](https://cloud.google.com/products/calculator/) to generate a cost estimate based on your projected usage." ]