From 50e7cf6db9882ca8d5c1f7d296de7dccd8a998ae Mon Sep 17 00:00:00 2001 From: Neel Patel <38160394+neel6762@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:36:04 -0500 Subject: [PATCH 1/2] Update google.md Updated the description on where to find the region information. --- guides/google.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/google.md b/guides/google.md index eb351bd0..c6bfe135 100644 --- a/guides/google.md +++ b/guides/google.md @@ -22,7 +22,7 @@ Set the `GOOGLE_PROJECT_ID` environment variable to the ID of your project. You ### Set your preferred region in an environment variable. -Set the `GOOGLE_REGION` environment variable to the ID of your project. You can find the Project ID by visiting the project dashboard in the "Project Info" section toward the top of the page. +Set the `GOOGLE_REGION` environment variable to the ID of your project. You can find the region at the bottom of the Vertex AI service page. ## Create a Service Account For API Access @@ -89,4 +89,4 @@ response = client.chat.completions.create( print(response.choices[0].message.content) ``` -Happy coding! If you would like to contribute, please read our [Contributing Guide](CONTRIBUTING.md). \ No newline at end of file +Happy coding! If you would like to contribute, please read our [Contributing Guide](CONTRIBUTING.md). From 6dc396470a12d2d874021965b12325445a6381ce Mon Sep 17 00:00:00 2001 From: Rohit Prasad Date: Sun, 1 Dec 2024 11:06:51 -0800 Subject: [PATCH 2/2] Update google.md --- guides/google.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/google.md b/guides/google.md index c6bfe135..66231dc7 100644 --- a/guides/google.md +++ b/guides/google.md @@ -22,7 +22,7 @@ Set the `GOOGLE_PROJECT_ID` environment variable to the ID of your project. You ### Set your preferred region in an environment variable. -Set the `GOOGLE_REGION` environment variable to the ID of your project. You can find the region at the bottom of the Vertex AI service page. +Set the `GOOGLE_REGION` environment variable. You can find the region by going to Project Dashboard under VertexAI side navigation menu, and then scrolling to the bottom of the page. ## Create a Service Account For API Access